From a0a7e18957047363efb7f3ea30b9f7e5e3d5abe3 Mon Sep 17 00:00:00 2001 From: Chayim Refael Friedman Date: Mon, 11 Apr 2022 05:05:42 +0300 Subject: [PATCH] Fix typo: `?` should be inside `` tags --- src/paths.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paths.md b/src/paths.md index 562a6f065..51bd8cad5 100644 --- a/src/paths.md +++ b/src/paths.md @@ -88,7 +88,7 @@ Const arguments must be surrounded by braces unless they are a >    _QualifiedPathType_ (`::` _PathExprSegment_)+ > > _QualifiedPathType_ :\ ->    `<` [_Type_] (`as` _TypePath_)? `>` +>    `<` [_Type_] (`as` _TypePath_)? `>` > > _QualifiedPathInType_ :\ >    _QualifiedPathType_ (`::` _TypePathSegment_)+