Skip to content

Commit 19d8821

Browse files

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎src/lib.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ export function prosemirrorJSONToYXmlFragment (schema, state, xmlFragment) {
320320
}
321321

322322
/**
323-
* @deprecated Use `yXmlFragmentToProseMirrorNode` instead
323+
* @deprecated Use `yXmlFragmentToProseMirrorRootNode` instead
324324
*
325325
* Utility method to convert a Y.Doc to a Prosemirror Doc node.
326326
*
@@ -335,7 +335,7 @@ export function yDocToProsemirror (schema, ydoc) {
335335

336336
/**
337337
*
338-
* @deprecated Use `yXmlFragmentToProseMirrorNode` instead
338+
* @deprecated Use `yXmlFragmentToProseMirrorRootNode` instead
339339
*
340340
* Utility method to convert a Y.XmlFragment to a Prosemirror Doc node.
341341
*
@@ -350,7 +350,7 @@ export function yXmlFragmentToProsemirror (schema, xmlFragment) {
350350

351351
/**
352352
*
353-
* @deprecated Use `yXmlFragmentToProseMirrorNode` instead
353+
* @deprecated Use `yXmlFragmentToProseMirrorRootNode` instead
354354
*
355355
* Utility method to convert a Y.Doc to Prosemirror compatible JSON.
356356
*
@@ -366,7 +366,7 @@ export function yDocToProsemirrorJSON (
366366
}
367367

368368
/**
369-
* @deprecated Use `yXmlFragmentToProseMirrorNode` instead
369+
* @deprecated Use `yXmlFragmentToProseMirrorRootNode` instead
370370
*
371371
* Utility method to convert a Y.Doc to Prosemirror compatible JSON.
372372
*

0 commit comments

Comments
 (0)
Please sign in to comment.