Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix thinko.
  • Loading branch information
Util committed Jun 6, 2018
1 parent b14936b commit d5dd12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -2486,7 +2486,7 @@ all-sensors-down Nil, 42, Nil
say first-working-sensor Nil, 42, Nil; # OUTPUT:«42␤»
=end code
The C<andthen> operator is a close relative of
The C<notandthen> operator is a close relative of
L«C<without> statement modifier|/syntax/with orwith without», and some compilers
compile C<without> to C<notandthen>, meaning these two lines have equivalent
behaviour:
Expand Down

0 comments on commit d5dd12d

Please sign in to comment.