Skip to content

Commit

Permalink
docs: bad example
Browse files Browse the repository at this point in the history
  • Loading branch information
mausworks committed Jan 28, 2024
1 parent 3e47b69 commit ea0437c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util-deep-merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export type DeepMerged<T extends PlainObject, P extends PlainObject> = {
* @param patch The patch object to merge from.
* @example
* ```
* import storeHook from "tyin/store";
* import storeHook from "tyin/hook";
* import extend from "tyin/extend";
* import objectAPI from "tyin/object";
* import deepMerge from "tyin/util-deep-merge";
Expand Down

0 comments on commit ea0437c

Please sign in to comment.