Skip to content

Commit

Permalink
Merge pull request #602 from MemPage/TypePathSegment-fix
Browse files Browse the repository at this point in the history
Remove unneeded ( from TypePathSegment
  • Loading branch information
matthewjasper committed Apr 28, 2019
2 parents 2a2de9c + 352e8db commit 2370da2
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 @@ -121,7 +121,7 @@ S::f(); // Calls the inherent impl.
> &nbsp;&nbsp; `::`<sup>?</sup> _TypePathSegment_ (`::` _TypePathSegment_)<sup>\*</sup>
>
> _TypePathSegment_ :\
> &nbsp;&nbsp; _PathIdentSegment_ (`::`<sup>?</sup> ([_GenericArgs_] | _TypePathFn_)<sup>?</sup>
> &nbsp;&nbsp; _PathIdentSegment_ `::`<sup>?</sup> ([_GenericArgs_] | _TypePathFn_)<sup>?</sup>
>
> _TypePathFn_ :\
> `(` _TypePathFnInputs_<sup>?</sup> `)` (`->` [_Type_])<sup>?</sup>
Expand Down

0 comments on commit 2370da2

Please sign in to comment.