Skip to content

s/rock-solid compiler/ownership model/ #433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/panels/language-values.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<section class="flex flex-column mw8 measure-wide-l pv3 pt4-ns ph3-l">
<h3 class="f2 f1-l">Reliability</h3>
<p class="f3 lh-copy">
Rust's rich type system and rock-solid compiler guarantee
memory-safety and thread-safety &mdash; and enable you to eliminate
many other classes of bugs at compile-time.
Rust's rich type system and ownership model guarantee memory-safety
and thread-safety &mdash; and enable you to eliminate many other
classes of bugs at compile-time.
</p>
</section>
<section class="flex flex-column mw8 measure-wide-l pv3 pt4-ns pl4-l">
Expand Down