Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use English;
  • Loading branch information
coke committed Oct 6, 2016
1 parent 76b6568 commit f642a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/mop.pod6
Expand Up @@ -56,7 +56,7 @@ language.
=head2 X<WHAT|syntax,WHAT>
The type object of the type. This is a pseudo-method that can be overloaded
without producing error or warnung, but will be ignored.
without producing error or warning, but will be ignored.
For example C<42.WHAT> returns the C<Int> type object.
Expand Down Expand Up @@ -87,7 +87,7 @@ The attached Pod value.
=head2 X<DEFINITE|syntax,DEFINITE>
The object has a valid concrete representation. This is a pseudo-method that
can be overloaded without producing error or warnung, but will be ignored.
can be overloaded without producing error or warning, but will be ignored.
Returns C<True> for instances and C<False> for type objects.
Expand Down

0 comments on commit f642a18

Please sign in to comment.