Skip to content

Commit 1ddcc5f

Browse files
committed
Fix typos in 3013
1 parent 57e9b8d commit 1ddcc5f

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 = "windows")]
1717
fn do_windows_thing() { /* ... */ }
1818
```
1919

0 commit comments

Comments
 (0)