We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 645dd01 + 77145b3 commit 253b7c1Copy full SHA for 253b7c1
src/doc/book/const-and-static.md
@@ -79,5 +79,5 @@ the result of a function call or anything similarly complex or at runtime.
79
80
Almost always, if you can choose between the two, choose `const`. It’s pretty
81
rare that you actually want a memory location associated with your constant,
82
-and using a const allows for optimizations like constant propagation not only
+and using a `const` allows for optimizations like constant propagation not only
83
in your crate but downstream crates.
0 commit comments