Skip to content

Commit a35cd0d

Browse files
RexJaeschkeKalleOlaviNiemitalo
authored andcommitted
Update standard/expressions.md
Co-authored-by: Kalle Olavi Niemitalo <kon@iki.fi>
1 parent 03dc572 commit a35cd0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard/expressions.md

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

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

33993399
### 12.8.22 Stack allocation

0 commit comments

Comments
 (0)