Skip to content

Commit

Permalink
fix: code in uk docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Feb 25, 2024
1 parent d2a58d7 commit 50e7bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/uk/docs/4.guides/15.comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ comment.addFrame("Текст фрейм коментаря", [node.id]);
## Вибір коментарів {#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-text}
Expand Down

0 comments on commit 50e7bcd

Please sign in to comment.