diff --git a/content/en/docs/4.guides/15.comments.md b/content/en/docs/4.guides/15.comments.md index 83af5252..2fd0b953 100644 --- a/content/en/docs/4.guides/15.comments.md +++ b/content/en/docs/4.guides/15.comments.md @@ -63,12 +63,12 @@ where `[node.id]` refers to the nodes that are covered by this comment ## Selectable comments {#selectable} ```ts -import { CommentExpressions } from "rete-comment-plugin"; +import { CommentExtensions } from "rete-comment-plugin"; const selector = AreaExtensions.selector(); const accumulating = AreaExtensions.accumulateOnCtrl(); -CommentExpressions.selectable(comment, selector, accumulating); +CommentExtensions.selectable(comment, selector, accumulating); ``` ## Edit comment text {#edit-text}