Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVPopov authored Jul 22, 2018
1 parent 276500b commit 59b16dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ func TestUpdate(t *testing.T) {
dictionary := Dictionary{word: definition}
newDefinition := "new definition"

dictionary.Update(dictionaryword, newDefinition)
dictionary.Update(word, newDefinition)

assertDefinition(t, dictionary, word, newDefinition)
}
Expand Down

0 comments on commit 59b16dd

Please sign in to comment.