We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788210e commit e29cabdCopy full SHA for e29cabd
doc/Type/Range.pod6
@@ -255,7 +255,7 @@ Failure if it is not an integer range.
255
say (2..5).int-bounds; # OUTPUT: «(2 5)»
256
say (2..^5).int-bounds; # OUTPUT: «(2 4)»
257
258
-If called with (writable) arguments, these will take the the values of the
+If called with (writable) arguments, these will take the values of the
259
higher and lower bound and returns whether integer bounds could be determined
260
from the C<Range>:
261
0 commit comments