Skip to content

Commit cbc6408

Browse files
committed
fix
1 parent 62e827c commit cbc6408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

safe-unsafe-meaning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ basically a language bug.
7070

7171
That said, it would be best to minimize *needlessly* relying on properties of
7272
concrete safe code. Bugs happen! Of course, I must reinforce that this is only
73-
a concern for Unsafe code. Safe code can't blindly trust anyone and everyone
73+
a concern for Unsafe code. Safe code can blindly trust anyone and everyone
7474
as far as basic memory-safety is concerned.
7575

7676
On the other hand, safe traits are free to declare arbitrary contracts, but because

0 commit comments

Comments
 (0)