From e48ef911f08075bac061b2aa148faf00e33e508a Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Mon, 13 Jul 2015 11:46:57 -0700 Subject: [PATCH] fix --- safe-unsafe-meaning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safe-unsafe-meaning.md b/safe-unsafe-meaning.md index 082970d..2a593ff 100644 --- a/safe-unsafe-meaning.md +++ b/safe-unsafe-meaning.md @@ -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