Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Oct 30, 2015
1 parent 1c79231 commit bb25905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/classtut.pod
Expand Up @@ -76,7 +76,7 @@ Declaring a class creates a I<type object> which, by default, is installed
into the current package (just like a variable declared with C<our> scope).
This type object is an "empty instance" of the class. You've already seen
these in previous chapters. For example, types such as C<Int> and C<Str>
refer to the type object of one of the Perl 6 built- in classes. The example
refer to the type object of one of the Perl 6 built-in classes. The example
above uses the class name C<Task> so that other code can refer to it later,
such as to create class instances by calling the C<new> method.
Expand Down

0 comments on commit bb25905

Please sign in to comment.