Skip to content

Commit 9d887c0

Browse files
authored
Fixed typo in faq.md (#852)
Changed `Built it again and run the benchmarks...` to `Build it again and run the benchmarks...`
1 parent 59b791a commit 9d887c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Whichever benchmarking tool you use, though, the process is basically the same.
1616
* Check out the main branch of your code
1717
* Build it and run the benchmarks once, to establish a baseline
1818
* Then switch to the pull request branch
19-
* Built it again and run the benchmarks a second time to compare against the baseline.
19+
* Build it again and run the benchmarks a second time to compare against the baseline.
2020

2121
### `cargo bench` Gives "Unrecognized Option" Errors for Valid Command-line Options
2222

0 commit comments

Comments
 (0)