Skip to content

Commit 16817be

Browse files
authored
Fix typo correction ("then" -> "then the")
1 parent a3d6241 commit 16817be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c-tips/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ full details of the conditional compilation support, refer to the
6262
[conditional compilation]: https://doc.rust-lang.org/reference/conditional-compilation.html
6363

6464
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
65+
a block can not be used in the current scope then the `cfg` attribute will
6666
need to be used multiple times. It's worth noting that most of the time it is
6767
better to simply include all the code and allow the compiler to remove dead
6868
code when optimising: it's simpler for you and your users, and in general the

0 commit comments

Comments
 (0)