xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=070c8f6ae9c6ac3d937fb82e1700e7a650eca259
commit 070c8f6ae9c6ac3d937fb82e1700e7a650eca259 Author: Xavi Artigas <[email protected]> Date: Fri Nov 22 10:39:33 2019 +0100 docs: Remove repeated words This had already been pointed out in the review. --- src/lib/evas/canvas/efl_text_cursor.eo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/evas/canvas/efl_text_cursor.eo b/src/lib/evas/canvas/efl_text_cursor.eo index 28247522f3..781a1799fe 100644 --- a/src/lib/evas/canvas/efl_text_cursor.eo +++ b/src/lib/evas/canvas/efl_text_cursor.eo @@ -12,8 +12,8 @@ enum @beta Efl.Text.Cursor_Move_Type [[Text cursor movement types.]] char_next, [[Advances to the next character.]] char_prev, [[Advances to the previous character.]] - cluster_next, [[Advances to the next grapheme cluster, Grapheme cluster (A character sequence rendered together. See https://unicode.org/reports/tr29/).]] - cluster_prev, [[Advances to the previous grapheme cluster, Grapheme cluster (A character sequence rendered together. See https://unicode.org/reports/tr29/).]] + cluster_next, [[Advances to the next grapheme cluster (A character sequence rendered together. See https://unicode.org/reports/tr29/).]] + cluster_prev, [[Advances to the previous grapheme cluster (A character sequence rendered together. See https://unicode.org/reports/tr29/).]] paragraph_start, [[Advances to the first character in this paragraph.]] paragraph_end, [[Advances to the last character in this paragraph.]] word_start, [[Advance to current word start.]] @@ -247,4 +247,4 @@ class @beta Efl.Text.Cursor extends Efl.Object implements Efl.Duplicate{ Efl.Object.destructor; Efl.Duplicate.duplicate; } -} \ No newline at end of file +} --
