Skip to content

Commit

Permalink
better description for tablify
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 6, 2014
1 parent 0282f3d commit 042364c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mojo/Util.pm
Expand Up @@ -648,10 +648,10 @@ available through L<Time::HiRes>.
my $table = tablify [['foo', 'bar'], ['baz', 'yada']];
Simple row-oriented table builder for command line tools.
Row-oriented text table builder.
# "foo bar\nyada yada\n"
tablify [['foo', 'bar'], ['yada', 'yada']];
# "foo bar\nyada yada\nbaz yada\n"
tablify [['foo', 'bar'], ['yada', 'yada'], ['baz', 'yada']];
=head2 trim
Expand Down

0 comments on commit 042364c

Please sign in to comment.