Skip to content

Commit

Permalink
docs: remove unnecessary meta-code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EscapedGibbon committed Mar 1, 2024
1 parent 55e6521 commit 4c65b35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/Features/Operations/Paint mask.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ This method allows painting a mask on the image or on the mask. It can serve as

```ts
for (const roi of rois) {
// Add variables for better readability.
const { column, row } = roi.origin;
const mask = roi.getMask();
// This paints blue the mask of a roi.
Expand Down

0 comments on commit 4c65b35

Please sign in to comment.