We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37c260 commit 95a354bCopy full SHA for 95a354b
lib/Language/syntax.pod
@@ -197,8 +197,8 @@ See the L<documentation on variables|/language/variables> for more details.
197
=head2 Barewords (Constants, Type Names)
198
199
Pre-declared identifiers can be terms on their own. Those are typically type
200
-names or constants, but also the term C<self> which refers to an objectt that
201
-a method was called on (see L<objects|/language/objects>), and sigilles
+names or constants, but also the term C<self> which refers to an object that
+a method was called on (see L<objects|/language/objects>), and sigiless
202
variables:
203
204
say Int; # (Int)
0 commit comments