Skip to content

Commit 9b48294

Browse files
Merge pull request #1190 from ChayimFriedman2/patch-1
Fix typo: `?` should be inside `<sup>` tags
2 parents 28e40fe + a3b48b8 commit 9b48294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/paths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Const arguments must be surrounded by braces unless they are a
8888
> &nbsp;&nbsp; _QualifiedPathType_ (`::` _PathExprSegment_)<sup>+</sup>
8989
>
9090
> _QualifiedPathType_ :\
91-
> &nbsp;&nbsp; `<` [_Type_] (`as` _TypePath_)? `>`
91+
> &nbsp;&nbsp; `<` [_Type_] (`as` _TypePath_)<sup>?</sup> `>`
9292
>
9393
> _QualifiedPathInType_ :\
9494
> &nbsp;&nbsp; _QualifiedPathType_ (`::` _TypePathSegment_)<sup>+</sup>

0 commit comments

Comments
 (0)