docs: small fixes to Efl.Text
authorXavi Artigas <xavierartigas@yahoo.es>
Wed, 23 Oct 2019 08:15:30 +0000 (10:15 +0200)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 11 Nov 2019 02:20:38 +0000 (11:20 +0900)
src/lib/efl/interfaces/efl_text.eo

index 167fe55..79a5319 100644 (file)
@@ -9,15 +9,13 @@ interface Efl.Text
          [[The text string to be displayed by the given text object.
 
            Do not release (free) the returned value.
-
-           See also @.text.get.
          ]]
          set {
          }
          get {
          }
          values {
-            text: string; [[Text string to display on it.]]
+            text: string; [[Text string to display.]]
          }
       }
    }