Skip to content

Commit 418f54f

Browse files
committed
standardize word
1 parent 80fbb15 commit 418f54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/create-cli.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ unit sub MAIN(
245245
Str $file where *.IO.f = 'file.dat',
246246
Int :$length = 24,
247247
Bool :$verbose,
248-
); # <- note semi-colon here
248+
); # <- note semicolon here
249249
250250
say $length if $length.defined;
251251
say $file if $file.defined;

0 commit comments

Comments
 (0)