Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
simplify, avoid odd word
iBakeCake++
  • Loading branch information
coke committed Oct 19, 2016
1 parent 5335de9 commit 547ed3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/operators.pod6
Expand Up @@ -2023,7 +2023,7 @@ values for all C<Z> operators in a chain.
OUTPUT«a:1␤b:2␤c:3␤»
The C<Z> operator also exists as a meta operator, in which case the inner
lists are replaced by the value from applying the meta'ed operator to the
lists are replaced by the value from applying the operator to the
list:
say 100, 200 Z+ 42, 23; #=> (142 223)
Expand All @@ -2044,7 +2044,7 @@ elements vary most rapidly:X<|cross product operator>
# (3 a 9) (3 b 9) (3 c 9))
The C<X> operator also exists as a meta operator, in which case the inner
lists are replaced by the value from applying the meta'ed operator to the
lists are replaced by the value from applying the operator to the
list:
1..3 X~ <a b c> X~ 9
Expand Down

0 comments on commit 547ed3f

Please sign in to comment.