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.
2 parents 6989bee + cc51dce commit a0bfd72Copy full SHA for a0bfd72
templates/panels/language-values.hbs
@@ -19,8 +19,8 @@
19
<h3 class="f2 f1-l">Reliability</h3>
20
<p class="f3 lh-copy">
21
Rust’s rich type system and ownership model guarantee memory-safety
22
- and thread-safety — and enable you to eliminate many other
23
- classes of bugs at compile-time.
+ and thread-safety — and enable you to eliminate many 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