Skip to content

Commit

Permalink
chore: update jsdoc for main utility
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Jan 5, 2024
1 parent e678e49 commit 728f3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/history-utility/src/history-utility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const deepClone = <T>(value: T): T => {
* - Suspense/promise is not supported.
*
* @example
* import { proxyWithHistory } from 'valtio/utils'
* import { proxyWithHistory } from 'valtio-history'
* const state = proxyWithHistory({
* count: 1,
* })
Expand Down

0 comments on commit 728f3ae

Please sign in to comment.