Skip to content

Commit e2f6e18

Browse files
committedMar 5, 2014
Typos
[skip ci]
1 parent 7349173 commit e2f6e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
sequences in double-quoted strings are now supported: `\a`, `\v`, `\f`,
88
`\e`, `\s`, octal (`\314`), hex (`\xff`) and unicode (`\u1234`).
99

10-
* Sourcemaps revamp. Lexer now tracks column and line info for ever token to
10+
* Sourcemaps revamp. Lexer now tracks column and line info for every token to
1111
produce much more accurate sourcemaps. All method calls are now located on
1212
the correct source line, and multi-line xstrings are now split to generate
1313
a map line-to-line for long inline javascript parts.
@@ -94,7 +94,7 @@
9494
* Support any Tilt template for `index_path` in `Opal::Server`. All index
9595
files are now run through `Tilt` (now supports haml etc).
9696

97-
* Fix code generation of `op_asgn_1` calls (foo[val] += 10).
97+
* Fix code generation of `op_asgn_1` calls (`foo[val] += 10`).
9898

9999
* Add `base64` to stdlib.
100100

0 commit comments

Comments
 (0)
Please sign in to comment.