Skip to content

Commit

Permalink
Merge pull request #2282 from uzluisf/master
Browse files Browse the repository at this point in the history
Add missing letter
  • Loading branch information
Altai-man committed Aug 28, 2018
2 parents e0917e8 + 7d214f6 commit 46e71bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/classtut.pod6
Expand Up @@ -123,7 +123,7 @@ say Str-with-ID.new(string => 'Second').ID; # OUTPUT: «1»
In this case, we need to compute C<$.ID> from the value of a counter that is a
class variable, C<$.counter>, thus we simply assign a value to it and increment
the counter at the same time. Please check also
L<this section on C<TWEAK> in the Object Orientaion (OO) document|/language/objects#index-entry-TWEAK>
L<this section on C<TWEAK> in the Object Orientation (OO) document|/language/objects#index-entry-TWEAK>
for the mechanics of object construction.
=head1 Starting with class
Expand Down

0 comments on commit 46e71bf

Please sign in to comment.