Skip to content

Commit

Permalink
corrected error message (quii#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffre authored Jul 31, 2021
1 parent e590b55 commit c8d65be
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 @@ -532,7 +532,7 @@ We added yet another error type for when the word does not exist. We also modifi
## Try and run the test

```
./dictionary_test.go:53:16: dictionary.Update(word, "new test") used as value
./dictionary_test.go:53:16: dictionary.Update(word, newDefinition) used as value
./dictionary_test.go:64:16: dictionary.Update(word, definition) used as value
./dictionary_test.go:66:23: undefined: ErrWordDoesNotExist
```
Expand Down

0 comments on commit c8d65be

Please sign in to comment.