Skip to content

Commit 5e7f5cf

Browse files
authored
Merge pull request #662 from ehuss/fix-loop-expr-link
Fix loop expression link.
2 parents b1844a2 + 2f100b7 commit 5e7f5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/loop-expr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ expression `()`.
284284

285285
[LIFETIME_OR_LABEL]: ../tokens.md#lifetimes-and-loop-labels
286286
[_BlockExpression_]: block-expr.md
287-
[_Expression_]: ../ expressions.md
287+
[_Expression_]: ../expressions.md
288288
[_MatchArmPatterns_]: match-expr.md
289289
[_Pattern_]: ../patterns.md
290290
[`match` expression]: match-expr.md

0 commit comments

Comments
 (0)