Fix Mnemonic documentation for supported wordcounts

This commit is contained in:
pezcore 2022-10-25 21:57:52 -04:00
parent 00d628f1a8
commit 03dbb973cb
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ impl error::Error for Error {}
/// mnemonic from all the supported languages. (Languages have to be explicitly enabled using
/// the Cargo features.)
///
/// Supported number of words are 12, 18 and 24.
/// Supported number of words are 12, 15, 18, 21, and 24.
#[derive(Clone, Debug, Hash, PartialEq, Eq, PartialOrd, Ord)]
#[cfg_attr(feature = "zeroize", derive(Zeroize, ZeroizeOnDrop))]
pub struct Mnemonic {