Skip to content

Commit

Permalink
Update test/snippet/alphabet/cigar/cigar_operation.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Lydia Buntrock <irallia@chrigelyra.de>
  • Loading branch information
eseiler and Irallia committed Apr 28, 2021
1 parent 059fa53 commit 86bca21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/snippet/alphabet/cigar/cigar_operation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ int main()
letter.assign_char('D');
seqan3::debug_stream << letter << '\n'; // prints "D"

letter.assign_char('Z'); // Unknown strings are implicitly converted to M.
letter.assign_char('Z'); // Unknown characters are implicitly converted to M.
seqan3::debug_stream << letter << '\n'; // prints "M"
}

0 comments on commit 86bca21

Please sign in to comment.