From 896756c7e5fbfe34695bd24598ca18336a5c29a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87agdas=20Bozman?= Date: Sun, 3 Feb 2013 17:36:43 +0100 Subject: [PATCH] Fix english typo in js_of_ocaml lessons --- js_of_ocaml-lessons/lesson2/step1/step.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js_of_ocaml-lessons/lesson2/step1/step.html b/js_of_ocaml-lessons/lesson2/step1/step.html index 97c27cf..7ef100b 100644 --- a/js_of_ocaml-lessons/lesson2/step1/step.html +++ b/js_of_ocaml-lessons/lesson2/step1/step.html @@ -12,7 +12,7 @@

Play with Cookies

let v = v + 1 in Cookie.set_cookie "counter" (string_of_int v); title##innerHTML <- _s ( - Printf.sprintf "This is your %s time in TryOCaml" + Printf.sprintf "This is your %s time on TryOCaml" (match v with 1 -> "first" | 2 -> "second"