Skip to content

Commit

Permalink
Merge b1591e7 into ad4a4c4
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarGrootKoerkamp committed Nov 15, 2021
2 parents ad4a4c4 + b1591e7 commit b748c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alignment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl Alignment {
/// sequence x, second line is for the alignment operation and the
/// the third line is for the sequence y. A '-' in the sequence
/// indicates a blank (insertion/deletion). The operations follow
/// the following convention: '|' for a match, '\' for a mismatch,
/// the following convention: '|' for a match, '\\' for a mismatch,
/// '+' for an insertion, 'x' for a deletion and ' ' for clipping
///
/// # Example
Expand Down

0 comments on commit b748c69

Please sign in to comment.