From 9b8bea1a16382c8685f6a16a379c4defc0c99ef1 Mon Sep 17 00:00:00 2001 From: Evan McGeek Date: Tue, 11 Apr 2023 15:02:03 +0300 Subject: [PATCH] [EDT-711] feat: Add CornerRadius methods for shapes --- src/controllers/ShapeController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ShapeController.ts b/src/controllers/ShapeController.ts index 03249015..a49d6b90 100644 --- a/src/controllers/ShapeController.ts +++ b/src/controllers/ShapeController.ts @@ -100,7 +100,7 @@ export class ShapeController { }; /** - * This method updates properties of the rectangle and polygon shapes + * This method updates radii of the rectangle and polygon shapes * @param shapeFrameId The ID of the shapeFrame that needs to get updated. * @param radius A radius object to update a desired corner; * @returns