Skip to content

Commit 19f3a0d

Browse files
committed
Fix typos in 0501
1 parent 690f9d8 commit 19f3a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0501-consistent_no_prelude_attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ Finally, the old attribute name should emit a deprecated warning, and be removed
7575
- Keep the current behavior
7676
- Remove the `#[no_implicit_prelude]` attribute all together, instead forcing users to use
7777
`#[no_std]` in combination with `extern crate std;` and `use std::prelude::*`.
78-
- Generalize preludes more to allow custom ones, which might superseed the attributes from this RFC.
78+
- Generalize preludes more to allow custom ones, which might supersede the attributes from this RFC.

0 commit comments

Comments
 (0)