Skip to content

Commit

Permalink
Merge pull request quii#117 from Starefossen/patch-2
Browse files Browse the repository at this point in the history
Fix function parameter name for dictionary.Update
  • Loading branch information
quii authored Aug 2, 2018
2 parents a7f732e + 71811dc commit db9e38a
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 @@ -570,7 +570,7 @@ t.Run("new word", func(t *testing.T) {
definition := "this is just a test"
dictionary := Dictionary{}

err := dictionary.Update(dictionaryword, definition)
err := dictionary.Update(word, definition)

assertError(t, err, ErrWordDoesNotExist)
})
Expand Down

0 comments on commit db9e38a

Please sign in to comment.