Skip to content

Commit

Permalink
fixed >= doc to say greater than or equal instead of less than
Browse files Browse the repository at this point in the history
  • Loading branch information
grizzlysmit committed Oct 28, 2016
1 parent 21c9fa9 commit 86f110c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ multi sub infix:«>=»(Num:D, Num:D)
multi sub infix:«>=»(Real:D, Real:D)
=end code
X<Numeric less than or equal to operator>.
X<Numeric greater than or equal to operator>.
Coerces both arguments to L<Real> (if necessary), and returns C<True> if
the first argument is larger than or equal to the second.
Expand Down

0 comments on commit 86f110c

Please sign in to comment.