Skip to content

Commit a0bfd72

Browse files
authored
Merge pull request #504 from 8573/8573/fix/content/other-classes-of-bugs-lacks-antecedent/1
Don't say "other classes of bugs" without antecedent for "other"
2 parents 6989bee + cc51dce commit a0bfd72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/panels/language-values.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<h3 class="f2 f1-l">Reliability</h3>
2020
<p class="f3 lh-copy">
2121
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.
22+
and thread-safety &mdash; and enable you to eliminate many classes of
23+
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)