Skip to content

Commit 1df15d7

Browse files
committed
typos in README
1 parent 36d03f7 commit 1df15d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ninja check
6060
./build/cpp2rust/cpp2rust --file=<file>.cpp -o=<file>.rs
6161
```
6262

63-
By default, the reference couting model is used (fully safe output).
63+
By default, the reference counting model is used (fully safe output).
6464
To generate unsafe Rust instead:
6565

6666
```bash
@@ -128,7 +128,7 @@ ninja check-unit
128128
ninja check-libcc2rs
129129

130130
# Run libcc2rs-macros unit tests
131-
ninja check-benchmarks
131+
ninja check-libcc2rs-macros
132132

133133
# Regenerate expected output for unit tests after intentional changes
134134
REPLACE_EXPECTED=1 ninja check-unit

0 commit comments

Comments
 (0)