summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Algorithm/Diff.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Algorithm/Diff.pm b/lib/Algorithm/Diff.pm
index 0007453..3587284 100644
--- a/lib/Algorithm/Diff.pm
+++ b/lib/Algorithm/Diff.pm
@@ -1097,25 +1097,25 @@ follow 4 values:
=over 4
-=item 3
+=item Z<>3
C<3==(1|2)>. This hunk contains items from @seq1 and the items
from @seq2 that should replace them. Both sequence 1 and 2
contain changed items so both the 1 and 2 bits are set.
-=item 2
+=item Z<>2
This hunk only contains items from @seq2 that should be inserted (not
items from @seq1). Only sequence 2 contains changed items so only the 2
bit is set.
-=item 1
+=item Z<>1
This hunk only contains items from @seq1 that should be deleted (not
items from @seq2). Only sequence 1 contains changed items so only the 1
bit is set.
-=item 0
+=item Z<>0
This means that the items in this hunk are the same in both sequences.
Neither sequence 1 nor 2 contain changed items so neither the 1 nor the