Skip to content

Commit

Permalink
Update maps.md (#588)
Browse files Browse the repository at this point in the history
Change order here to match order shown in previous snippet of this test.
  • Loading branch information
BenjaminLevy authored Aug 10, 2022
1 parent 2263e59 commit 239fe7d
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 @@ -508,8 +508,8 @@ There is no refactoring we need to do on this since it was a simple change. Howe
t.Run("existing word", func(t *testing.T) {
word := "test"
definition := "this is just a test"
dictionary := Dictionary{word: definition}
newDefinition := "new definition"
dictionary := Dictionary{word: definition}

err := dictionary.Update(word, newDefinition)

Expand Down

0 comments on commit 239fe7d

Please sign in to comment.