From aeda9bc3f65dfce916b1c1e4f1cab5fcddd8cd40 Mon Sep 17 00:00:00 2001 From: Emanuel Czirai Date: Fri, 31 May 2024 18:26:39 +0200 Subject: [PATCH] this needs a space else it looks kinda off --- src/items/generics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/items/generics.md b/src/items/generics.md index 63eab9b55..2b28d39e6 100644 --- a/src/items/generics.md +++ b/src/items/generics.md @@ -12,7 +12,7 @@ >    [LIFETIME_OR_LABEL] ( `:` [_LifetimeBounds_] )? > > _TypeParam_ :\ ->    [IDENTIFIER]( `:` [_TypeParamBounds_]? )? ( `=` [_Type_] )? +>    [IDENTIFIER] ( `:` [_TypeParamBounds_]? )? ( `=` [_Type_] )? > > _ConstParam_:\ >    `const` [IDENTIFIER] `:` [_Type_] ( `=` _[Block][block]_ | [IDENTIFIER] | -?[LITERAL] )?