Skip to content

Commit d451410

Browse files
committed
Edits
1 parent 4fab8ff commit d451410

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2017-02-09-Rust-1.15.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ evolution, and [RFC 1105], on library evolution.
112112
[RFC 1105]: https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md
113113

114114
What can we learn from this? Well, it's at least good to be reminded why we
115-
endeavored to write a safe language in the first place: writing safe code is not
116-
easy. We have some ideas for how to catch this kind of problem earlier in the
117-
development process, but we haven't made any decisions yet.
115+
endeavored to write a safe language in the first place: writing unsafe code is
116+
hard. We have some ideas for how to catch this kind of problem earlier in
117+
the development process, but we haven't made any decisions yet.
118118

119119
We apologize for the inconvenience. Let's go hack.
120120

0 commit comments

Comments
 (0)