Skip to content

Commit

Permalink
hide label of submethod entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Chantreux committed Jul 6, 2018
1 parent 47cfeb5 commit 0f2be9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/classtut.pod6
Expand Up @@ -36,7 +36,7 @@ In the two classes, the default constructor is being used. This
constructor will use named parameters in its invocation: C«Point.new(x =>
0, y => 0)».
X<submethods>
X<|Submethod>
You can also provide your own construction and C<BUILD>
implementation. The following, more elaborate example shows how a
dependency handler might look in Perl 6. It showcases custom
Expand Down

0 comments on commit 0f2be9b

Please sign in to comment.