We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e25725 commit 4247625Copy full SHA for 4247625
posts/inside-rust/2019-11-23-const-if-match.md
@@ -67,7 +67,7 @@ enabled. However, the other assert macros (e.g., `assert_eq`,
67
their arguments.
68
69
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
+be [feature-gated separately][52000]. As you have seen above, loops can be
71
emulated with recursion as a temporary measure. However, the non-recursive
72
version will usually be more efficient since rust does not (to my knowledge)
73
do tail call optimization.
0 commit comments