We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabbdce commit 0ecb12dCopy full SHA for 0ecb12d
src/lib.rs
@@ -219,7 +219,11 @@ impl Mnemonic {
219
Ok(())
220
}
221
222
- /// Determine the language of the mnemonic based on the first word.
+ /// Determine the language of the mnemonic.
223
+ ///
224
+ /// NOTE: This method only guarantees that the returned language is the
225
+ /// correct language on the assumption that the mnemonic is valid.
226
+ /// It does not itself validate the mnemonic.
227
///
228
/// Some word lists don't guarantee that their words don't occur in other
229
/// word lists. In the extremely unlikely case that a word list can be
0 commit comments