TextContoller Copy and Cut buttons functional
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-controller.h
index c067321..69c210d 100644 (file)
@@ -138,7 +138,7 @@ public:
   void GetText( std::string& text ) const;
 
   /**
-   * @brief Replaces any placeholder text previously set.
+   * @brief Remove a given number of characters
    *
    * @param[in] cursorOffset Start position from the current cursor position to start deleting characters.
    * @param[in] numberOfChars The number of characters to delete from the cursorOffset.