Skip to content

Commit 7cefd86

Browse files
committed
missing word in docs
1 parent 4fc286e commit 7cefd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3635,7 +3635,7 @@ An @code{if check} expression combines a @code{if} expression and a @code{check}
36353635
expression in an indivisible unit that can be used to build more complex
36363636
conditional control-flow than the @code{check} expression affords.
36373637

3638-
In fact, @code{if check} is a ``more primitive'' expression @code{check};
3638+
In fact, @code{if check} is a ``more primitive'' expression than @code{check};
36393639
instances of the latter can be rewritten as instances of the former. The
36403640
following two examples are equivalent:
36413641

0 commit comments

Comments
 (0)