Skip to content

Commit 4c01b5a

Browse files
Merge pull request #988 from camelid/patch-1
Fix typo
2 parents 2dd4b47 + 0b296be commit 4c01b5a

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)