Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aturon committed Sep 16, 2014
1 parent 6dd06dc commit c95e5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active/0000-deref-coercions.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ This RFC takes as a basic principle: **Coercions should never implicitly borrow
This is a key difference from the
[cross-borrowing RFC](https://github.com/rust-lang/rfcs/pull/226).

### Limit implicitly execution of arbitrary code
### Limit implicit execution of arbitrary code

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

0 comments on commit c95e5c0

Please sign in to comment.