File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
257257information when it fails, and doesn't store the line and column on
258258which each expression starts, which might be helpful when reporting
259259errors 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
811811assign a ((variable)) a value is `define`. This construct acts both as
812812a way to define new variables and to give existing ones a new value.
813813
You can’t perform that action at this time.
0 commit comments