Skip to content

Commit

Permalink
Rename "expected" to "output" in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Duff committed Jun 20, 2019
1 parent b422c60 commit 1774bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const y = {
}]
}

const expected = {
const output = {
foo: {
bar: 3,
baz: 4
Expand All @@ -48,7 +48,7 @@ const expected = {
quux: 5
}

merge(x, y) // => expected
merge(x, y) // => output
```


Expand Down

0 comments on commit 1774bdf

Please sign in to comment.