Skip to content

Commit c073e8e

Browse files
committed
fix perL typo
1 parent a7ed560 commit c073e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/variables.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Sigilless variables do not enforce context, so they can be used to pass
121121
something on as-is:
122122
123123
sub logged(&f, |args) {
124-
say('Calling ' ~ &f.name ~ ' with arguments ' ~ args.perL)
124+
say('Calling ' ~ &f.name ~ ' with arguments ' ~ args.perl)
125125
my \result = f(|args);
126126
# ^^^^^^^ not enforcing any context here
127127
say(&f.name ~ ' returned ' ~ result.perl)

0 commit comments

Comments
 (0)