We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d6241 commit 16817beCopy full SHA for 16817be
src/c-tips/index.md
@@ -62,7 +62,7 @@ full details of the conditional compilation support, refer to the
62
[conditional compilation]: https://doc.rust-lang.org/reference/conditional-compilation.html
63
64
The conditional compilation will only apply to the next statement or block. If
65
-a block can not be used in the current scope then `cfg` attribute will
+a block can not be used in the current scope then the `cfg` attribute will
66
need to be used multiple times. It's worth noting that most of the time it is
67
better to simply include all the code and allow the compiler to remove dead
68
code when optimising: it's simpler for you and your users, and in general the
0 commit comments