Skip to content

Commit 982223a

Browse files
Kevin MetcalfKevin Metcalf
authored andcommitted
Updated to use lowercase example.
1 parent 44ab10f commit 982223a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/p6doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ multi sub MAIN() {
7070
say 'What documentation do you want to read?';
7171
say "Examples: $me Type::Str";
7272
say " $me Type::Str.split";
73-
say " $me Functions";
73+
say " $me functions";
7474
}
7575

7676
multi sub MAIN($docee) {

0 commit comments

Comments
 (0)