Skip to content

Commit cf1e078

Browse files
committed
Klabnik nit-picks ;)
1 parent 48870d4 commit cf1e078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/unsafe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ borrow checker’. Adding `unsafe` to some random Rust code doesn’t change its
103103
semantics, it won’t just start accepting anything. But it will let you write
104104
things that _do_ break some of the rules.
105105

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

0 commit comments

Comments
 (0)