Fix wrong parameter description of get_selection_text 72/149172/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 12 Sep 2017 00:53:47 +0000 (09:53 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 12 Sep 2017 00:54:03 +0000 (09:54 +0900)
Change-Id: If98ff25373767417551d9a52ca96c299eba45e7a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/sclcore.h

index 6cf4fad..f0bf947 100644 (file)
@@ -391,7 +391,7 @@ public:
     /**
      * @brief Get the selected text.
      *
-     * @param[out] text The surrounding text.
+     * @param[out] text The selection text.
      */
     void get_selection_text(sclchar **text) const;