From cf1e078bf65899f466ebe07d29732979a845a718 Mon Sep 17 00:00:00 2001 From: Ticki Date: Tue, 21 Jul 2015 22:09:29 +0200 Subject: Klabnik nit-picks ;) --- src/doc/trpl/unsafe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/trpl/unsafe.md b/src/doc/trpl/unsafe.md index 897795e9153..1b223365bd6 100644 --- a/src/doc/trpl/unsafe.md +++ b/src/doc/trpl/unsafe.md @@ -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. -- cgit 1.4.1-3-g733a5