Skip to content

Commit 4247625

Browse files
ecstatic-morselqd
andauthored
Fix typos in new changes
Co-Authored-By: lqd <[email protected]>
1 parent 8e25725 commit 4247625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2019-11-23-const-if-match.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ enabled. However, the other assert macros (e.g., `assert_eq`,
6767
their arguments.
6868

6969
The looping constructs, `while`, `for`, and `loop` are also forbidden and will
70-
be be [feature-gated separately][52000]. As you have see above, loops can be
70+
be [feature-gated separately][52000]. As you have seen above, loops can be
7171
emulated with recursion as a temporary measure. However, the non-recursive
7272
version will usually be more efficient since rust does not (to my knowledge)
7373
do tail call optimization.

0 commit comments

Comments
 (0)