Skip to content

Commit 8374856

Browse files
committed
s/rock-solid compiler/ownership model/
Closes #409. It looks like #403 already addressed the first suggestion in that issue, so this commit only touches on the second.
1 parent ef4e2ae commit 8374856

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/panels/language-values.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<section class="flex flex-column mw8 measure-wide-l pv3 pt4-ns ph3-l">
1919
<h3 class="f2 f1-l">Reliability</h3>
2020
<p class="f3 lh-copy">
21-
Rust's rich type system and rock-solid compiler guarantee
22-
memory-safety and thread-safety &mdash; and enable you to eliminate
23-
many other classes of bugs at compile-time.
21+
Rust's rich type system and ownership model guarantee memory-safety
22+
and thread-safety &mdash; and enable you to eliminate many other
23+
classes of bugs at compile-time.
2424
</p>
2525
</section>
2626
<section class="flex flex-column mw8 measure-wide-l pv3 pt4-ns pl4-l">

0 commit comments

Comments
 (0)