Skip to content

Commit ddd6b24

Browse files
committed
Changes sub to routine
Actually, methods and subroutines are usually listed under "methods", however 'routine' and not 'sub' is normally used there. This is not peculiar to this file, there are `sub`s elsewhere in the documentation; however, they will need their very own issue, because this closes #683
1 parent 0213908 commit ddd6b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Str.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ Examples:
478478
"Perl".flip; # RESULT: «lreP»
479479
"ABBA".flip; # RESULT: «ABBA»
480480
481-
=head2 sub sprintf
481+
=head2 routine sprintf
482482
483483
multi sub sprintf( Str:D $format, *@args --> Str:D)
484484

0 commit comments

Comments
 (0)