Skip to content

Commit 86f110c

Browse files
committed
fixed >= doc to say greater than or equal instead of less than
1 parent 21c9fa9 commit 86f110c

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
@@ -1388,7 +1388,7 @@ multi sub infix:«>=»(Num:D, Num:D)
13881388
multi sub infix:«>=»(Real:D, Real:D)
13891389
=end code
13901390
1391-
X<Numeric less than or equal to operator>.
1391+
X<Numeric greater than or equal to operator>.
13921392
13931393
Coerces both arguments to L<Real> (if necessary), and returns C<True> if
13941394
the first argument is larger than or equal to the second.

0 commit comments

Comments
 (0)