ector: minor grammar fixups
authorBryce Harrington <bryce@osg.samsung.com>
Tue, 3 Oct 2017 18:36:41 +0000 (11:36 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 3 Oct 2017 18:36:54 +0000 (11:36 -0700)
Reviewers: cedric

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D5234

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/ector/ector_renderer.eo
src/lib/ector/ector_surface.eo

index 0d33f1e..0c39a69 100644 (file)
@@ -16,12 +16,12 @@ abstract Ector.Renderer (Efl.Object)
    eo_prefix: ector_renderer;
    methods {
       @property surface {
-         [[Surface associated to this renderer]]
+         [[Surface associated with this renderer]]
          set {
            [[Do not use.]]
         }
         get {
-           [[Gets the surface associated to this renderer. Can not be set.]]
+           [[Gets the surface associated with this renderer. Can not be set.]]
         }
         values {
            s: Ector.Surface; [[Associated surface]]
@@ -49,13 +49,13 @@ abstract Ector.Renderer (Efl.Object)
         }
       }
       @property visibility {
-         [[The given Ector renderer visible or invisible.]]
+         [[The given Ector renderer can be visible or invisible.]]
          set {
         }
         get {
         }
         values {
-           v: bool; [[$true if to make the object visible, $false otherwise]]
+           v: bool; [[$true to make the object visible, $false otherwise]]
         }
       }
       @property color {
@@ -119,7 +119,7 @@ abstract Ector.Renderer (Efl.Object)
         params {
            @in op: Efl.Gfx.Render_Op; [[Renderer operation]]
            @in clips: array<ptr(Eina.Rect)>; [[Array of @Eina.Rect clip]]
-           @in mul_col: uint; [[Premultiplied color]] 
+           @in mul_col: uint; [[Premultiplied color]]
         }
       }
       prepare {
index a13cf02..13922ca 100644 (file)
@@ -6,7 +6,7 @@ mixin Ector.Surface (Ector.Buffer)
    data: null;
    methods {
       @property reference_point {
-         [[This define where is (0,0) in pixels coordinate inside the surface]]
+         [[This defines where (0,0) is in pixel coordinates inside the surface]]
          set @pure_virtual {
          }
          values {