Skip to content

Commit 1845693

Browse files
committed
Remove unneeded comment
1 parent a5cfa8d commit 1845693

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ We can perform logic operations using our variables:
7373
```ocaml
7474
(* OCaml *)
7575
let () =
76-
(* Create an object that can be accessed in Liquid using dot notation (environment.language -> "OCaml") *)
7776
let context =
7877
Ctx.empty
7978
|> Ctx.add "beatles" (List [String "John"; String "Paul"; String "Ringo"; String "George"])

0 commit comments

Comments
 (0)