We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4e2ae commit 8374856Copy full SHA for 8374856
templates/panels/language-values.hbs
@@ -18,9 +18,9 @@
18
<section class="flex flex-column mw8 measure-wide-l pv3 pt4-ns ph3-l">
19
<h3 class="f2 f1-l">Reliability</h3>
20
<p class="f3 lh-copy">
21
- Rust's rich type system and rock-solid compiler guarantee
22
- memory-safety and thread-safety — and enable you to eliminate
23
- many other classes of bugs at compile-time.
+ Rust's rich type system and ownership model guarantee memory-safety
+ and thread-safety — and enable you to eliminate many other
+ classes of bugs at compile-time.
24
</p>
25
</section>
26
<section class="flex flex-column mw8 measure-wide-l pv3 pt4-ns pl4-l">
0 commit comments