Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove impertinent text
  • Loading branch information
zoffixznet committed May 17, 2016
1 parent f097697 commit 1f86474
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/Type/Any.pod
Expand Up @@ -163,8 +163,7 @@ of the code object will become elements of the returned C<Seq>.
Interprets the invocant as a list, flattens it, and returns that list. Please
note that C<.flat> will not solve the halting problem for you. If you flat
an infinite list C<.flat> may return that infinite list, eating all your RAM
in the process. Further, C<say> is not a good way to test lists because it will
truncate after 100 elements.
in the process.
say ((1, 2), (3)).elems; # 2
say ((1, 2), (3)).flat.elems; # 3
Expand Down

0 comments on commit 1f86474

Please sign in to comment.