Skip to content

Commit b5f6c23

Browse files
authored
Merge pull request #1190 from ChayimFriedman2/patch-1
Fix typo: `?` should be inside `<sup>` tags
2 parents 1f00c27 + a0a7e18 commit b5f6c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/paths.md

+1-1
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)