Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Jaffee committed Jan 26, 2024
1 parent 7dc44ee commit 210618b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { EventPayload } from './EventPayload';
* Merging an existing key with null/undefined deletes the key.
* Merging an existing key with non-null value updates the value.
* Merging a non-existing key adds the key/value.
* When the value is an object, the above is applied iteratively.
* When the value is an object, the above is applied recursivley.
*/
const merge = (
original: EventPayload,
Expand Down

0 comments on commit 210618b

Please sign in to comment.