Skip to content

Commit

Permalink
Merge pull request #154 from arthurwolf/patch-1
Browse files Browse the repository at this point in the history
Replace CommentExpressions with CommentExtensions, fix docs mistake
  • Loading branch information
Ni55aN authored Feb 25, 2024
2 parents 3aa9e4f + da568e9 commit d2a58d7
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 d2a58d7

Please sign in to comment.