File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ console.log(parse("+(a, 10)"));
253
253
// {type: "value", value: 10}]}
254
254
----
255
255
256
- (((error message))It works! It doesn't give us very helpful
256
+ (((error message))) It works! It doesn't give us very helpful
257
257
information when it fails, and doesn't store the line and column on
258
258
which each expression starts, which might be helpful when reporting
259
259
errors later on, but it's good enough for our purposes.
@@ -807,7 +807,7 @@ how many characters to slice off.
807
807
808
808
=== Fixing scope ===
809
809
810
- (((variable,definition)))(((assignment)))((( Currently, the only way to
810
+ (((variable,definition)))(((assignment)))Currently, the only way to
811
811
assign a ((variable)) a value is `define`. This construct acts both as
812
812
a way to define new variables and to give existing ones a new value.
813
813
You can’t perform that action at this time.
0 commit comments