Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix failing build
  • Loading branch information
zoffixznet committed Jun 29, 2016
1 parent 6a8604e commit d1a4741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Range.pod
Expand Up @@ -34,7 +34,7 @@ than the end point, the range is considered empty.
for 1..5 { .say } # five iterations
('a' ^..^ 'f').list # 'b', 'c', 'd', 'e'
5 ~~ ^5; # False
4.5 ~~ 0..^5 # True
4.5 ~~ 0..^5 # True
(1.1..5).list; # (1.1, 2.1, 3.1, 4.1)
Use the C<...> sequence operator to produce lists of elements that
Expand Down

0 comments on commit d1a4741

Please sign in to comment.