datetime: doc update. 79/195279/2
authorWoochanlee <wc0917.lee@samsung.com>
Wed, 12 Dec 2018 07:26:22 +0000 (16:26 +0900)
committerwoochan lee <wc0917.lee@samsung.com>
Wed, 12 Dec 2018 07:28:48 +0000 (07:28 +0000)
Change-Id: I841afee9e2827a602713efe3ff105344ad769d74

src/lib/elm_datetime.eo

index 692bdeb..1a18d2c 100644 (file)
@@ -273,13 +273,13 @@ class Elm.Datetime (Elm.Layout)
          }
       }
       field_visible_get @const {
-         [[ Get whether a field can be visible/not.
+         [[Get a field to be visible or not.
 
             \@if MOBILE \@since_tizen 2.3
             \@elseif WEARABLE \@since_tizen 2.3.1
             \@endif
           ]]
-         return: bool; [[$true, if field can be visible. $false otherwise.]]
+         return: bool; [[$true, if field to be visible. $false otherwise.]]
          params {
             @in fieldtype: Elm.Datetime.Field_Type; [[Type of the field. #ELM_DATETIME_YEAR etc.]]
          }