Skip to content

Commit 271e038

Browse files
Update standard/expressions.md
Co-authored-by: Kalle Olavi Niemitalo <[email protected]>
1 parent a096873 commit 271e038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3279,7 +3279,7 @@ A *default_value_expression* is a constant expression ([§12.23](expressions.md#
32793279

32803280
- a reference type
32813281
- a type parameter that is known to be a reference type ([§8.2](types.md#82-reference-types));
3282-
- one of the following value types: `sbyte`, `byte`, `short`, `ushort`, `int`, `uint`, `nint`, `nuint`, `long`, `ulong`, `char`, `float`, `double`, `decimal`, `bool,`; or
3282+
- one of the following value types: `sbyte`, `byte`, `short`, `ushort`, `int`, `uint`, `nint`, `nuint`, `long`, `ulong`, `char`, `float`, `double`, `decimal`, `bool`; or
32833283
- any enumeration type.
32843284

32853285
### 12.8.22 Stack allocation

0 commit comments

Comments
 (0)