docs: Formatting issues in Efl.Text.Attribute.Factory

This commit is contained in:
Xavi Artigas 2019-12-18 16:10:17 +01:00
parent 21bb974024
commit d1ffc7924e
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ abstract @beta Efl.Text.Attribute.Factory extends Efl.Object {
[[Inserts an attribute format in a specified range [$start, $end - 1].
The $format will be applied to the given range.
The passed cursors must belong to same textObject, else insertion will be ignored.
The passed cursors must belong to same text object, otherwise insertion will be ignored.
Passed format parameter uses same format as style in @Efl.Canvas.Textblock.style_apply.
]]
params {
@ -25,7 +25,7 @@ abstract @beta Efl.Text.Attribute.Factory extends Efl.Object {
}
attribute_clear @static {
[[Clear(remove) attributes at specified range [$start, $end - 1].
[[Clear (remove) attributes in the specified range [$start, $end - 1].
]]
params {
start: const(Efl.Text.Cursor); [[Start of range.]]