Skip to content

Commit

Permalink
Update include/seqan3/alphabet/composite/alphabet_variant.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: simonsasse <[email protected]>
  • Loading branch information
marehr and simonsasse authored Mar 10, 2021
1 parent 1cd0f8e commit 2aafb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/seqan3/alphabet/composite/alphabet_variant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ class alphabet_variant : public alphabet_base<alphabet_variant<alternative_types

/*!\brief Compile-time generated lookup table which maps the char to rank.
*
* An map generated at compile time where the key is the char of one of the
* A map generated at compile time where the key is the char of one of the
* alternatives and the value is the corresponding rank over all alternatives (by
* conflict will default to the first).
*
Expand Down

0 comments on commit 2aafb9d

Please sign in to comment.