Skip to content

Commit acb3067

Browse files
committed
fix typo
1 parent fa11c36 commit acb3067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3001,7 +3001,7 @@ As any other infix operator, it can be used under its full name:
30013001
=for code
30023002
say infix:<Z>(<a b>,<c d>); # OUTPUT: «((a c) (b d))␤»
30033003
3004-
If no argument is given, it will return an emtpy C<Seq>
3004+
If no argument is given, it will return an empty C<Seq>
30053005
30063006
=for code
30073007
say infix:<Z>(); # OUTPUT: «()␤»

0 commit comments

Comments
 (0)