Skip to content

Commit fc25f53

Browse files
BillWagnerjskeet
authored andcommitted
Item 25: §19.2.3.2 Add angle brackets
Change `` `Sᵢ,... Aₑ` `` to `` `S<Aᵢ,... Aₑ>` `` to match the input-unsafe definition format.
1 parent e012a07 commit fc25f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ A type T is ***output-unsafe*** if one of the following holds:
100100
101101
- `T` is a contravariant type parameter
102102
- `T` is an array type with an output-unsafe element type
103-
- `T` is an interface or delegate type `Sᵢ,... Aₑ` constructed from a generic type `S<Xᵢ, ... Xₑ>` where for at least one `Aᵢ` one of the following holds:
103+
- `T` is an interface or delegate type `S<Aᵢ,... Aₑ>` constructed from a generic type `S<Xᵢ, ... Xₑ>` where for at least one `Aᵢ` one of the following holds:
104104
- `Xᵢ` is covariant or invariant and `Aᵢ` is output-unsafe.
105105
- `Xᵢ` is contravariant or invariant and `Aᵢ` is input-unsafe.
106106

0 commit comments

Comments
 (0)