Skip to content

Commit 0f2be9b

Browse files
author
Marc Chantreux
committed
hide label of submethod entry
1 parent 47cfeb5 commit 0f2be9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/classtut.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In the two classes, the default constructor is being used. This
3636
constructor will use named parameters in its invocation: C«Point.new(x =>
3737
0, y => 0)».
3838
39-
X<submethods>
39+
X<|Submethod>
4040
You can also provide your own construction and C<BUILD>
4141
implementation. The following, more elaborate example shows how a
4242
dependency handler might look in Perl 6. It showcases custom

0 commit comments

Comments
 (0)