Skip to content

Commit c95e5c0

Browse files
committed
Fix typo
1 parent 6dd06dc commit c95e5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active/0000-deref-coercions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This RFC takes as a basic principle: **Coercions should never implicitly borrow
9898
This is a key difference from the
9999
[cross-borrowing RFC](https://github.com/rust-lang/rfcs/pull/226).
100100

101-
### Limit implicitly execution of arbitrary code
101+
### Limit implicit execution of arbitrary code
102102

103103
Another positive aspect of Rust's current design is that a function call like
104104
`foo(bar, baz)` does not invoke arbitrary code (general implicit coercions, as

0 commit comments

Comments
 (0)