Skip to content

Commit a0a7e18

Browse files
Fix typo: ? should be inside <sup> tags
1 parent 1f00c27 commit a0a7e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)