Skip to content

Commit 2e2f05d

Browse files
committed
whitespace
1 parent 40eb0cf commit 2e2f05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/pragmas.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ only C<Perl5> is allowed, which disables a bunch of P5isms warnings and errors.
8686
8787
sub abs() { say "foo" }
8888
abs;
89-
# Unsupported use of bare "abs"; in Perl 6 please use .abs if you meant
89+
# Unsupported use of bare "abs"; in Perl 6 please use .abs if you meant
9090
# to call it as a method on $_, or use an explicit invocant or argument,
9191
# or use &abs to refer to the function as a noun
9292

0 commit comments

Comments
 (0)