diff --git a/crypto/keyring/types.go b/crypto/keyring/types.go index b718413104e2..359a2925b347 100644 --- a/crypto/keyring/types.go +++ b/crypto/keyring/types.go @@ -6,7 +6,7 @@ import ( ) // Language is a language to create the BIP 39 mnemonic in. -// Currently, only english is supported though. +// Currently, only English is supported though. // Find a list of all supported languages in the BIP 39 spec (word lists). type Language int