Skip to content

Commit 8db4edd

Browse files
authored
Merge pull request #988 from camelid/patch-1
Fix typo
2 parents d10a0af + e7208a2 commit 8db4edd

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)