docs: Remove repeated words

This had already been pointed out in the review.
This commit is contained in:
Xavi Artigas 2019-11-22 10:39:33 +01:00
parent d7352f4db4
commit 070c8f6ae9
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}
}
}