Skip to content

Commit 2370da2

Browse files
Merge pull request #602 from MemPage/TypePathSegment-fix
Remove unneeded ( from TypePathSegment
2 parents 2a2de9c + 352e8db commit 2370da2

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
@@ -121,7 +121,7 @@ S::f(); // Calls the inherent impl.
121121
> &nbsp;&nbsp; `::`<sup>?</sup> _TypePathSegment_ (`::` _TypePathSegment_)<sup>\*</sup>
122122
>
123123
> _TypePathSegment_ :\
124-
> &nbsp;&nbsp; _PathIdentSegment_ (`::`<sup>?</sup> ([_GenericArgs_] | _TypePathFn_)<sup>?</sup>
124+
> &nbsp;&nbsp; _PathIdentSegment_ `::`<sup>?</sup> ([_GenericArgs_] | _TypePathFn_)<sup>?</sup>
125125
>
126126
> _TypePathFn_ :\
127127
> `(` _TypePathFnInputs_<sup>?</sup> `)` (`->` [_Type_])<sup>?</sup>

0 commit comments

Comments
 (0)