Skip to content

Commit e7208a2

Browse files
authored
Fix typo
1 parent d10a0af commit e7208a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ a!{}
2929
```rust,compile_fail
3030
#![recursion_limit = "1"]
3131
32-
// This fails because it requires two recursive steps to auto-derefence.
32+
// This fails because it requires two recursive steps to auto-dereference.
3333
(|_: &u8| {})(&&&1);
3434
```
3535

0 commit comments

Comments
 (0)