Skip to content

Commit 564dff9

Browse files
wesleywisercompiler-errors
authored andcommitted
Add comment to point out intended typo
1 parent a6dab4b commit 564dff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3013-conditional-compilation-checking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ the risks is that a condition may contain misspelled identifiers, or may use ide
1313
obsolete or have been removed from a product. For example:
1414

1515
```rust
16-
#[cfg(feature = "widnows")]
16+
#[cfg(feature = "widnows")] // notice the typo!
1717
fn do_windows_thing() { /* ... */ }
1818
```
1919

0 commit comments

Comments
 (0)