Skip to content

Commit

Permalink
Klabnik nit-picks ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
ticki committed Jul 21, 2015
1 parent 48870d4 commit cf1e078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/unsafe.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ borrow checker’. Adding `unsafe` to some random Rust code doesn’t change its
semantics, it won’t just start accepting anything. But it will let you write
things that _do_ break some of the rules.

You will also encounter the 'unsafe' keyword when writing bindings to foreign
You will also encounter the `unsafe` keyword when writing bindings to foreign
(non-Rust) interfaces. You're encouraged to write a safe, native Rust interface
around the methods provided by the library.

Expand Down

0 comments on commit cf1e078

Please sign in to comment.