Skip to content

Commit 7f542ea

Browse files
authored
Generalize a description
1 parent 9466a66 commit 7f542ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-cfg_boolean_literal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Currently, the easiest ways for programmers to do this are to comment out the co
1717

1818
By allowing `#[cfg(false)]`, we can provide programmers with an explicit and more intuitive way to disable code, while retaining IDE functionality.
1919

20-
Allowing `cfg(true)` would also make temporarily enabling `cfg`'ed out code easier; a `true` may be added to the end of a `cfg(any(..))` list.
20+
Allowing `cfg(true)` would also make temporarily enabling `cfg`'ed out code easier; a `true` may be added to a `cfg(any(..))` list.
2121

2222
# Guide-level explanation
2323
[guide-level-explanation]: #guide-level-explanation

0 commit comments

Comments
 (0)