Skip to content

Commit ed6d565

Browse files
authored
docs: fix some typos
1 parent f886d10 commit ed6d565

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Nothing special here, simply use `cargo build --release` to build the interprete
1313

1414
## Testing
1515

16-
Rlox currently passes all function tests of the [official test
16+
Rlox currently passes all tests of the [official test
1717
suite](https://github.com/munificent/craftinginterpreters/tree/master/test).
18-
While the general architecture follows clox, the error reporting and syncrhonization actually resembles jlox (the
18+
While the general architecture follows clox (the book's reference implementation, written in C), the error reporting and synchronization actually resembles jlox (the
1919
java-implementation from the book's first part). Thus the official test suite needs to be run in "jlox" mode.
2020
There's a single test that fails because in this case rlox actually behaves like clox, namely `unexpected_character.rlox`.
2121

22-
There are also some unit tests and benchmark, they can be run via the usual `cargo test` and `cargo bench` commands.
22+
There are also some unit tests and benchmarks, they can be run via the usual `cargo test` and `cargo bench` commands.

0 commit comments

Comments
 (0)