mirror of https://github.com/rust-lang/rfcs.git
Fix typos in 3013
This commit is contained in:
parent
57e9b8d924
commit
1ddcc5fda3
|
@ -13,7 +13,7 @@ the risks is that a condition may contain misspelled identifiers, or may use ide
|
|||
obsolete or have been removed from a product. For example:
|
||||
|
||||
```rust
|
||||
#[cfg(feature = "widnows")]
|
||||
#[cfg(feature = "windows")]
|
||||
fn do_windows_thing() { /* ... */ }
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue