Skip to content

Commit 79f56d5

Browse files
Kobzolnnethercote
andauthored
Fix typo
Co-authored-by: Nicholas Nethercote <[email protected]>
1 parent 7b6d35f commit 79f56d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/guide/build-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Compilation of Rust crates can sometimes be rather slow, due to various reasons
77

88
This guide focuses on the first approach.
99

10-
Below, you can find several methods that can be used to optimize build performance. It is important to nore that their effect varies a lot based on the compiled crate, and in some cases they can actually make compilation slower. You should always measure build performance on your crate(s) to determine if a given method described here is effective for your crate.
10+
Below, you can find several methods that can be used to optimize build performance. It is important to note that their effect varies a lot based on the compiled crate, and in some cases they can actually make compilation slower. You should always measure build performance on your crate(s) to determine if a given method described here is effective for your crate.
1111

1212
Note that some of these approaches currently require using the nightly toolchain.
1313

0 commit comments

Comments
 (0)