Skip to content

Commit 06252bf

Browse files
rgiesekemarijnh
authored andcommitted
Fix index term syntax
1 parent 5120dcd commit 06252bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

11_language.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ console.log(parse("+(a, 10)"));
253253
// {type: "value", value: 10}]}
254254
----
255255

256-
(((error message))It works! It doesn't give us very helpful
256+
(((error message)))It works! It doesn't give us very helpful
257257
information when it fails, and doesn't store the line and column on
258258
which each expression starts, which might be helpful when reporting
259259
errors later on, but it's good enough for our purposes.
@@ -807,7 +807,7 @@ how many characters to slice off.
807807

808808
=== Fixing scope ===
809809

810-
(((variable,definition)))(((assignment)))(((Currently, the only way to
810+
(((variable,definition)))(((assignment)))Currently, the only way to
811811
assign a ((variable)) a value is `define`. This construct acts both as
812812
a way to define new variables and to give existing ones a new value.
813813

0 commit comments

Comments
 (0)