Skip to content

Commit

Permalink
Merge pull request #187 from fschlich/patch-1
Browse files Browse the repository at this point in the history
fix POD typos
  • Loading branch information
garu authored Oct 22, 2023
2 parents 0ffa21d + ce355bb commit 306dbef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/Data/Printer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ you want):
p my @array = qw(a b c d); # wrong
my @array = qw(a b c d); p @array; # right
If you pass a nonexistant key/index to DDP using prototypes, they
If you pass a nonexistent key/index to DDP using prototypes, they
will trigger autovivification:
use DDP;
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Printer/Filter/Web.pm
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ You may also customize the look and feel with the following options (defaults sh
=head1 DESCRIPTION
This is a filter plugin for L<Data::Printer>. It filters through several
web-related objects and display their content in a (hopefully!) more userful
web-related objects and display their content in a (hopefully!) more useful
way than a regular dump.
=head1 PARSED MODULES
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Printer/Object.pm
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ values, and when set to "off" it will never show the second value. (default: lax
=head3 show_lvalue
Let's you know whenever a value is an lvalue (default: 1)
Lets you know whenever a value is an lvalue (default: 1)
=head3 string_max
Expand Down Expand Up @@ -896,7 +896,7 @@ whether to use the character's names when escaping unicode (e.g. SNOWMAN instead
=head3 print_escapes
Wether to print invisible characters in strings, like \b, \n and \t (default: 0)
Whether to print invisible characters in strings, like \b, \n and \t (default: 0)
=head3 resolve_scalar_refs
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Printer/Profile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ and the final outcome will be as if your setup said:
However, that is of course only true when the profile is loaded together with
the other settings. If you set a profile later, for instance as an argument to
C<p()> or C<np()>, then the profile will override any previous settings -
though it will still be overriden by other inline arguments.
though it will still be overridden by other inline arguments.
=head1 SEE ALSO
Expand Down

0 comments on commit 306dbef

Please sign in to comment.