Skip to content

Commit f3df8c1

Browse files
committed
Fix typo
spider-mario++
1 parent d34c2da commit f3df8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Language/functions.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ multi a(Int $x) {
479479
say "Back in Int with $res";
480480
}
481481
482-
a 1; # Int 1\n Any 1\n Bakc in Int with 5
482+
a 1; # Int 1\n Any 1\n Back in Int with 5
483483
=end code
484484
485485
Another common use case is to re-dispatch to the next routine in the chain,

0 commit comments

Comments
 (0)