Skip to content

Commit

Permalink
Merge pull request #1190 from ChayimFriedman2/patch-1
Browse files Browse the repository at this point in the history
Fix typo: `?` should be inside `<sup>` tags
  • Loading branch information
ehuss authored Apr 11, 2022
2 parents 1f00c27 + a0a7e18 commit b5f6c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Const arguments must be surrounded by braces unless they are a
> &nbsp;&nbsp; _QualifiedPathType_ (`::` _PathExprSegment_)<sup>+</sup>
>
> _QualifiedPathType_ :\
> &nbsp;&nbsp; `<` [_Type_] (`as` _TypePath_)? `>`
> &nbsp;&nbsp; `<` [_Type_] (`as` _TypePath_)<sup>?</sup> `>`
>
> _QualifiedPathInType_ :\
> &nbsp;&nbsp; _QualifiedPathType_ (`::` _TypePathSegment_)<sup>+</sup>
Expand Down

0 comments on commit b5f6c23

Please sign in to comment.