Skip to content

Commit 95a354b

Browse files
committed
typo
1 parent d37c260 commit 95a354b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Language/syntax.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ See the L<documentation on variables|/language/variables> for more details.
197197
=head2 Barewords (Constants, Type Names)
198198
199199
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
200+
names or constants, but also the term C<self> which refers to an object that
201+
a method was called on (see L<objects|/language/objects>), and sigiless
202202
variables:
203203
204204
say Int; # (Int)

0 commit comments

Comments
 (0)