Skip to content

Commit 9eb5e48

Browse files
committed
docs: typo
1 parent 12b206e commit 9eb5e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ cargo day <day>
9090
# 9 (elapsed: 33.18µs)
9191
```
9292

93-
`day` is a shorthand for `cargo run --bin `. To run an optimized version for benchmarking, append the `--release` flag.
93+
`day` is an alias for `cargo run --bin`. To run an optimized version for benchmarking, append the `--release` flag.
9494

9595
Displayed _timings_ show the raw execution time of your solution without overhead (e.g. file reads).
9696

0 commit comments

Comments
 (0)