Skip to content

Commit 3d299b4

Browse files
authored
BIP39: fix grammar in wordlists doc (bitcoin#1626)
1 parent 62161fb commit 3d299b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bip-0039/bip-0039-wordlists.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for two smaller words (This would be a problem with any of the 3 character sets
2828

2929
### Spanish
3030

31-
1. Words can be uniquely determined typing the first 4 characters (sometimes less).
31+
1. Words can be uniquely determined by typing the first 4 characters (sometimes less).
3232

3333
2. Special Spanish characters like 'ñ', 'ü', 'á', etc... are considered equal to 'n', 'u', 'a', etc... in terms of identifying a word. Therefore, there is no need to use a Spanish keyboard to introduce the passphrase, an application with the Spanish wordlist will be able to identify the words after the first 4 chars have been typed even if the chars with accents have been replaced with the equivalent without accents.
3434

@@ -92,7 +92,7 @@ Credits: @zizelevak (Jan Lansky [email protected])
9292
Words chosen using the following rules:
9393

9494
1. Words are 4-8 letters long.
95-
2. Words can be uniquely determined typing the first 4 letters.
95+
2. Words can be uniquely determined by typing the first 4 letters.
9696
3. Only words containing all letters without diacritical marks. (It was the hardest task, because one third of all Czech letters has diacritical marks.)
9797
4. Only nouns, verbs and adverbs, no other word types. All words are in basic form.
9898
5. No personal names or geographical names.
@@ -104,7 +104,7 @@ Words chosen using the following rules:
104104

105105
Credits: @alegotardo @bitmover-studio @brenorb @kuthullu @ninjastic @sabotag3x @Trimegistus
106106

107-
1. Words can be uniquely determined typing the first 4 characters.
107+
1. Words can be uniquely determined by typing the first 4 characters.
108108
2. No accents or special characters.
109109
3. No complex verb forms.
110110
4. No plural words, unless there's no singular form.

0 commit comments

Comments
 (0)