Skip to content

Commit 2c5f765

Browse files
authored
Update standard/types.md
1 parent fbb940c commit 2c5f765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ unmanaged_type
715715
;
716716
```
717717

718-
An *unmanaged_type* is any type that isn’t a *reference_type*, or a *type_parameter*, and contains no instance fields whose type is not an *unmanaged_type*. In other words, an *unmanaged_type* is one of the following:
718+
An *unmanaged_type* is any type that is neither a *reference_type* nor a *type_parameter* that is not constrained to be unmanaged, and contains no instance fields whose type is not an *unmanaged_type*. In other words, an *unmanaged_type* is one of the following:
719719

720720
- `sbyte`, `byte`, `short`, `ushort`, `int`, `uint`, `long`, `ulong`, `char`, `float`, `double`, `decimal`, or `bool`.
721721
- Any *enum_type*.

0 commit comments

Comments
 (0)