Skip to content

Commit 9ad55f0

Browse files
Fix copy/paste error
1 parent 684b549 commit 9ad55f0

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
@@ -62,7 +62,7 @@ mod m {
6262
>    | [_SimplePathSegment_]
6363
>
6464
> _GenericArgsBinding_ :\
65-
> &nbsp;&nbsp; [IDENTIFIER] _GenericArgs_<sup>?</sup> `=` [_TypeParamBounds_]
65+
> &nbsp;&nbsp; [IDENTIFIER] _GenericArgs_<sup>?</sup> `=` [_TYPE_]
6666
>
6767
> _GenericArgsBounds_ :\
6868
> &nbsp;&nbsp; [IDENTIFIER] _GenericArgs_<sup>?</sup> `:` [_TypeParamBounds_]

0 commit comments

Comments
 (0)