Skip to content

Commit 547ed3f

Browse files
authored
simplify, avoid odd word
iBakeCake++
1 parent 5335de9 commit 547ed3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/operators.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,7 +2023,7 @@ values for all C<Z> operators in a chain.
20232023
OUTPUT«a:1␤b:2␤c:3␤»
20242024
20252025
The C<Z> operator also exists as a meta operator, in which case the inner
2026-
lists are replaced by the value from applying the meta'ed operator to the
2026+
lists are replaced by the value from applying the operator to the
20272027
list:
20282028
20292029
say 100, 200 Z+ 42, 23; #=> (142 223)
@@ -2044,7 +2044,7 @@ elements vary most rapidly:X<|cross product operator>
20442044
# (3 a 9) (3 b 9) (3 c 9))
20452045
20462046
The C<X> operator also exists as a meta operator, in which case the inner
2047-
lists are replaced by the value from applying the meta'ed operator to the
2047+
lists are replaced by the value from applying the operator to the
20482048
list:
20492049
20502050
1..3 X~ <a b c> X~ 9

0 commit comments

Comments
 (0)