Skip to content

Commit

Permalink
Update include/seqan3/search/views/kmer_hash.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Svenja Mehringer <[email protected]>
  • Loading branch information
SGSSGene and smehringer authored May 17, 2022
1 parent 89a9b7a commit cb6725a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/seqan3/search/views/kmer_hash.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@ namespace seqan3::views
*
* See the \link views views submodule documentation \endlink for detailed descriptions of the view properties.
*
* \attention The Shape is defined from right to left. The mask 0b1101 applied to ACGT will return
* the sequence AGT.
* \attention The Shape is defined from right to left! The mask 0b11111101 applied to "AGAAAATA" is
* interpreted as "A.AAAATA" (and not "AGAAAA.A") and will return the hash value for "AAAAATA".
*
* ### Example
*
Expand Down

0 comments on commit cb6725a

Please sign in to comment.