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 4fc286e commit 7cefd86Copy full SHA for 7cefd86
doc/rust.texi
@@ -3635,7 +3635,7 @@ An @code{if check} expression combines a @code{if} expression and a @code{check}
3635
expression in an indivisible unit that can be used to build more complex
3636
conditional control-flow than the @code{check} expression affords.
3637
3638
-In fact, @code{if check} is a ``more primitive'' expression @code{check};
+In fact, @code{if check} is a ``more primitive'' expression than @code{check};
3639
instances of the latter can be rewritten as instances of the former. The
3640
following two examples are equivalent:
3641
0 commit comments