diff --git a/src/tags/control/Brush.js b/src/tags/control/Brush.js index 6f7143c7b..f4f7af32c 100644 --- a/src/tags/control/Brush.js +++ b/src/tags/control/Brush.js @@ -7,11 +7,11 @@ import SeparatedControlMixin from "../../mixins/SeparatedControlMixin"; import { ToolManagerMixin } from "../../mixins/ToolManagerMixin"; /** - * Use the Brush tag for image segmentation tasks where you want to apply a mask or use a brush to draw a region on the image. + * The `Brush` tag is used for image segmentation tasks where you want to apply a mask or use a brush to draw a region on the image. * - * Use with the following data types: image + * Use with the following data types: image. * @example - * + * Basic image segmentation labeling configuration: * * *