From 26b3d80e7d50a9d9a04fe06cc7917b6e491517e0 Mon Sep 17 00:00:00 2001 From: Jiyun Yang Date: Tue, 28 Aug 2018 14:07:18 +0900 Subject: [PATCH] Fix typo in method description Change-Id: I9b8415755ecc4d571e6fccf8e418f90ed1351ee5 Signed-off-by: Jiyun Yang --- dali/public-api/math/vector3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dali/public-api/math/vector3.h b/dali/public-api/math/vector3.h index 213651c..1d24444 100644 --- a/dali/public-api/math/vector3.h +++ b/dali/public-api/math/vector3.h @@ -340,7 +340,7 @@ struct DALI_CORE_API Vector3 * @brief Unary negation operator. * * @SINCE_1_0.0 - * @return A vector containg the negation + * @return A vector containing the negation */ Vector3 operator-() const { -- 2.7.4