]> git.lizzy.rs Git - rust.git/commitdiff
fix
authorAlexis Beingessner <a.beingessner@gmail.com>
Mon, 13 Jul 2015 18:46:57 +0000 (11:46 -0700)
committerAlexis Beingessner <a.beingessner@gmail.com>
Mon, 13 Jul 2015 18:46:57 +0000 (11:46 -0700)
safe-unsafe-meaning.md

index 082970d203872cbd31a8678dbd5f7fa1047cc13d..2a593ffc5a7a1d585813dd6cee846af07e55d0e4 100644 (file)
@@ -70,7 +70,7 @@ basically a language bug.
 
 That said, it would be best to minimize *needlessly* relying on properties of
 concrete safe code. Bugs happen! Of course, I must reinforce that this is only
-a concern for Unsafe code. Safe code can't blindly trust anyone and everyone
+a concern for Unsafe code. Safe code can blindly trust anyone and everyone
 as far as basic memory-safety is concerned.
 
 On the other hand, safe traits are free to declare arbitrary contracts, but because