Skip to content

Commit

Permalink
Update src/utils/common.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Ognibene <[email protected]>
  • Loading branch information
frwdrik and nycdotnet authored Apr 3, 2024
1 parent 31ceccc commit 9b79e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function original(value: Drafted<any>): any {

/**
* Each iterates a map, set or array.
* Or, if any other kind of object, all of it's own properties.
* Or, if any other kind of object, all of its own properties.
* Regardless whether they are enumerable or symbols
*/
export function each<T extends Objectish>(
Expand Down

0 comments on commit 9b79e07

Please sign in to comment.