Skip to content

Commit 76ceb11

Browse files
authored
Merge pull request #433 from oconnor663/issue409
s/rock-solid compiler/ownership model/
2 parents ef4e2ae + 8374856 commit 76ceb11

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)