Skip to content

Commit

Permalink
fix,doc: condition of the max number of 1s inside a shape.
Browse files Browse the repository at this point in the history
  • Loading branch information
SGSSGene committed Feb 28, 2024
1 parent 0acc8e3 commit 1a09654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/seqan3/search/views/kmer_hash.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ namespace seqan3::views
*
* \attention
* For the alphabet size \f$\sigma\f$ of the alphabet of `urange` and the number of 1s \f$s\f$ of `shape` it must hold
* that \f$s>\frac{64}{\log_2\sigma}\f$, i.e. hashes resulting from the shape/alphabet combination can be represented
* that \f$s \le \frac{64}{\log_2\sigma}\f$, i.e. hashes resulting from the shape/alphabet combination can be represented
* in an `uint64_t`.
*
* ### View properties
Expand Down

0 comments on commit 1a09654

Please sign in to comment.