Update src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/CanvasView.cs
authorJunsuChoi <junduru019@gmail.com>
Fri, 3 Sep 2021 09:22:37 +0000 (18:22 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Mon, 13 Sep 2021 07:33:23 +0000 (16:33 +0900)
Co-authored-by: pkosko <p.kosko@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/CanvasView.cs

index 84af491..98b75be 100755 (executable)
@@ -92,7 +92,7 @@ namespace Tizen.NUI.BaseComponents.VectorGraphics
         /// <summary>
         /// The viewbox of the CanvasView.
         /// The viewbox means the size of CanvasView's internal space.
-        /// If the size of the viewbox is larger than the size of the Canvasview, the shapes are displayed smaller than the specified size.
+        /// If the size of the viewbox is larger than the size of the CanvasView, the shapes are displayed smaller than the specified size.
         /// The default value of the viewbox is the same as the size of the canvasview.
         /// </summary>
         /// <since_tizen> 9 </since_tizen>