Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Jan 27, 2022
1 parent 4682754 commit b944a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accepted/future-releases/variance/feature-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ variance modifiers in type parameter declarations are ignored.
*To maintain a sound heap in a mixed program execution (that is, when both
legacy libraries and libraries with sound variance exist), it is then
necessary to perform some type checks at run time. In particular, a
dynamic type check is performed on method calls: The actual argument for
dynamic type check is performed on method calls, on the actual argument for
each instance method parameter whose declared type contains a contravariant
type variable. Moreover, a caller-side check is performed on each
expression whose static type contains a contravariant type variable.*

0 comments on commit b944a7b

Please sign in to comment.