Skip to content

Commit

Permalink
Fix typo correction ("then" -> "then the")
Browse files Browse the repository at this point in the history
  • Loading branch information
krepl authored Feb 12, 2019
1 parent a3d6241 commit 16817be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c-tips/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ full details of the conditional compilation support, refer to the
[conditional compilation]: https://doc.rust-lang.org/reference/conditional-compilation.html

The conditional compilation will only apply to the next statement or block. If
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
need to be used multiple times. It's worth noting that most of the time it is
better to simply include all the code and allow the compiler to remove dead
code when optimising: it's simpler for you and your users, and in general the
Expand Down

0 comments on commit 16817be

Please sign in to comment.