Skip to content

Commit b2c931b

Browse files
committed
Fix TraitImplItem.
1 parent 238c3ad commit b2c931b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
> &nbsp;&nbsp; &nbsp;&nbsp; _TraitImplItem_<sup>\*</sup>\
2525
> &nbsp;&nbsp; `}`
2626
>
27-
> _ImplItem_ :\
27+
> _TraitImplItem_ :\
2828
> &nbsp;&nbsp; [_OuterAttribute_]<sup>\*</sup>\
2929
> &nbsp;&nbsp; [_Visibility_]<sup>?</sup>\
3030
> &nbsp;&nbsp; ( [_TypeAlias_] | [_ConstantItem_] | _Method_ )

0 commit comments

Comments
 (0)