Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
spec for #4566
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Nov 29, 2015
1 parent 3c55e8c commit 6a1bd51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions typechecker/en/modules/typesystem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1891,8 +1891,8 @@ interface NumberLiteral
<para>Any parameter type of the method is a contravariant position.</para>
</listitem>
<listitem>
<para>Any upper bound of a type parameter of the method is a contravariant
position.</para>
<para>Any upper bound or enumerated bound of a type parameter of the
method is a contravariant position.</para>
</listitem>
<!--listitem>
<para>Any lower bound of a type parameter of the method is a covariant
Expand Down Expand Up @@ -1932,8 +1932,8 @@ interface NumberLiteral
any outer containing type.</para>
</listitem>
<listitem>
<para>Any upper bound of a type parameter of the class is a contravariant
position.</para>
<para>Any upper bound or enumerated bound of a type parameter of the
class is a contravariant position.</para>
</listitem>
<!--listitem>
<para>Any lower bound of a type parameter of the class is a covariant
Expand Down

0 comments on commit 6a1bd51

Please sign in to comment.