Skip to content

Commit b944a7b

Browse files
committed
Typo
1 parent 4682754 commit b944a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accepted/future-releases/variance/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ variance modifiers in type parameter declarations are ignored.
367367
*To maintain a sound heap in a mixed program execution (that is, when both
368368
legacy libraries and libraries with sound variance exist), it is then
369369
necessary to perform some type checks at run time. In particular, a
370-
dynamic type check is performed on method calls: The actual argument for
370+
dynamic type check is performed on method calls, on the actual argument for
371371
each instance method parameter whose declared type contains a contravariant
372372
type variable. Moreover, a caller-side check is performed on each
373373
expression whose static type contains a contravariant type variable.*

0 commit comments

Comments
 (0)