Skip to content

Commit fae270c

Browse files
Typo
1 parent 27942d7 commit fae270c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,12 @@ when (and where!) to work**:
289289
290290
### Remarks
291291
292-
- ~~By default, the ["special lifetime"] is `'special`. Indeed, since `ref` is a
292+
- ~~By default, the ["special lifetime"] is `'ref`. Indeed, since `ref` is a
293293
Rust keyword, it is not a legal lifetime name, so it is impossible for it
294294
to conflict with some real lifetime parameter equally named.~~
295295
296296
EDIT: an update to Rust and `rustc` has made it so not even macros can use
297-
such lifetime names. So `'special` and the like are no longer legal.
297+
such lifetime names. So `'ref` and the like are no longer legal.
298298
299299
- But `#[with]` allows you to rename that lifetime to one of your liking, by
300300
providing it as the first parameter of the attribute (the one applied to

0 commit comments

Comments
 (0)