Skip to content

Commit e29cabd

Browse files
committed
remove duplicate word
1 parent 788210e commit e29cabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Range.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Failure if it is not an integer range.
255255
say (2..5).int-bounds; # OUTPUT: «(2 5)␤»
256256
say (2..^5).int-bounds; # OUTPUT: «(2 4)␤»
257257
258-
If called with (writable) arguments, these will take the the values of the
258+
If called with (writable) arguments, these will take the values of the
259259
higher and lower bound and returns whether integer bounds could be determined
260260
from the C<Range>:
261261

0 commit comments

Comments
 (0)