Skip to content

Commit

Permalink
Merge pull request quii#112 from AlexVPopov/patch-4
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
quii authored Jul 25, 2018
2 parents 3e20b5a + 59b16dd commit d4980d5
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 d4980d5

Please sign in to comment.