Skip to content

Commit 263c847

Browse files
authored
Merge pull request #1601 from fluca1978/method-precedence-drop
Fix "head2" POD title section.
2 parents 135102b + 2a56726 commit 263c847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/syntax.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ Within a method the special variable C<self> contains the object instance
677677
678678
For more information see L<functions|/language/functions>.
679679
680-
=head 2 Precedence Drop
680+
=head2 Precedence Drop
681681
682682
In the case of method invocation (i.e., when invoking a subroutine against
683683
a class instance) it is possible to apply the C<precedence drop>, identified

0 commit comments

Comments
 (0)