Skip to content

Commit 50592a4

Browse files
committed
complete rename from useHandle to useDocHandle
1 parent 7bfa51d commit 50592a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/createDocumentProjection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {access} from "@solid-primitives/utils"
55

66
/**
77
* get a fine-grained live view of a document from a handle. works with
8-
* {@link useHandle}.
8+
* {@link useDocHandle}.
99
* @param handle an accessor (signal/resource) of a
1010
* [DocHandle](https://automerge.org/automerge-repo/classes/_automerge_automerge_repo.DocHandle.html)
1111
*/

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export {default as autoproduce} from "./autoproduce.js"
22
export {default as useDocument} from "./useDocument.js"
3-
export {default as useHandle} from "./useDocHandle.js"
3+
export {default as useDocHandle} from "./useDocHandle.js"
44
export {default as makeDocumentProjection} from "./makeDocumentProjection.js"
55
export {default as createDocumentProjection} from "./createDocumentProjection.js"
66
export {default as useRepo} from "./useRepo.js"

0 commit comments

Comments
 (0)