Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Text/Diff.pm
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ following:

require Text::Diff;

That's a pretty rare occurence, so C<diff()> is exported by default.
That's a pretty rare occurrence, so C<diff()> is exported by default.
=head1 OPTIONS

diff() takes two parameters from which to draw input and a set of
Expand Down
4 changes: 2 additions & 2 deletions lib/Text/Diff/Table.pm
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ diffs:
This format also goes to some pains to highlight "invisible" characters on
differing elements by selectively escaping whitespace. Each element is split
in to three segments (leading whitespace, body, trailing whitespace). If
whitespace differs in a segement, that segment is whitespace escaped.
whitespace differs in a segment, that segment is whitespace escaped.

Here is an example of the selective whitespace.

Expand Down Expand Up @@ -385,7 +385,7 @@ call; so far I'm choosing not to.

=head1 UNICODE

To output the raw unicode chracters consult the documentation of
To output the raw unicode characters consult the documentation of
L<Text::Diff::Config>. You can set the C<DIFF_OUTPUT_UNICODE> environment
variable to 1 to output it from the command line. For more information,
consult this bug: L<https://rt.cpan.org/Ticket/Display.html?id=54214> .
Expand Down