Skip to content

Commit

Permalink
Replace CommentExpressions with CommentExtensions, fix docs mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurwolf authored Feb 21, 2024
1 parent 3aa9e4f commit da568e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/4.guides/15.comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit da568e9

Please sign in to comment.