Skip to content

Commit

Permalink
List::gist does truncate, others may do so as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Nov 22, 2015
1 parent f41e3a4 commit 455f420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Mu.pod
Expand Up @@ -69,7 +69,7 @@ fast recognition by humans.
The default C<gist> method in C<Mu> re-dispatches to the L<perl> method for
defined invocants, and returns the type name in parenthesis for type object
invocants.
Many built-in classes override the case of instances to something more specific.
Many built-in classes override the case of instances to something more specific, output may be trancated.
C<gist> is the method that L<say> calls implicitly, so C<say $something> and
C<say $something.gist> generally produce the same output.
Expand Down

0 comments on commit 455f420

Please sign in to comment.