Skip to content

Commit f277197

Browse files
Nigel-Ecmajskeet
authored andcommitted
Oops, I let a contraction through…
#1575 added a contraction, this PR just changes aren’t to are not as we recently removed all the contractions. I missed this during review.
1 parent 46a157b commit f277197

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
@@ -737,7 +737,7 @@ Since a type parameter can be instantiated with many different type arguments, t
737737
> - A type parameter cannot be used anywhere within an attribute ([§23.2.1](attributes.md#2321-general)).
738738
> - A type parameter cannot be used in a member access ([§12.8.7](expressions.md#1287-member-access)) or type name ([§7.8](basic-concepts.md#78-namespace-and-type-names)) to identify a static member or a nested type.
739739
> - A type parameter can only be used as an *unmanaged_type* ([§8.8](types.md#88-unmanaged-types)) if the type parameter is constrained by the unmanaged constraint ([§15.2.5](classes.md#1525-type-parameter-constraints)).
740-
> - Nullable annotations (`?`) aren’t allowed on an instance of a type parameter unless that type parameter is constrained to be either a reference type or a value type ([§15.2.5](classes.md#1525-type-parameter-constraints)).
740+
> - Nullable annotations (`?`) are not allowed on an instance of a type parameter unless that type parameter is constrained to be either a reference type or a value type ([§15.2.5](classes.md#1525-type-parameter-constraints)).
741741
>
742742
> *end note*
743743

0 commit comments

Comments
 (0)