Fix typo in variable documentation

Signed-off-by: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
This commit is contained in:
Jean-Pierre De Jesus DIAZ 2023-03-13 12:12:39 +01:00
parent 0f52eca5d9
commit a0bb29c05e
No known key found for this signature in database
GPG Key ID: 6279AEC20A9524EC
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ impl error::Error for Error {}
pub struct Mnemonic {
/// The language the mnemonic.
lang: Language,
/// The indiced of the words.
/// The indices of the words.
/// Mnemonics with less than the max nb of words are terminated with EOF.
words: [u16; MAX_NB_WORDS],
}