We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48870d4 commit cf1e078Copy full SHA for cf1e078
src/doc/trpl/unsafe.md
@@ -103,7 +103,7 @@ borrow checker’. Adding `unsafe` to some random Rust code doesn’t change its
103
semantics, it won’t just start accepting anything. But it will let you write
104
things that _do_ break some of the rules.
105
106
-You will also encounter the 'unsafe' keyword when writing bindings to foreign
+You will also encounter the `unsafe` keyword when writing bindings to foreign
107
(non-Rust) interfaces. You're encouraged to write a safe, native Rust interface
108
around the methods provided by the library.
109
0 commit comments