summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2016-07-25 17:25:38 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-07-26 10:25:14 +0900
commit5a7535cc4cf23f153c753c5259cc560353621f46 (patch)
tree8cbb1d92bd4ecc37aacf6f6e6f56d5cc499e182a
parentd40d469bceee46cda6d8eddd56d13bc119473c20 (diff)
downloadefl-5a7535cc4cf23f153c753c5259cc560353621f46.tar.gz
elm_bg: fix typo in doc
Summary: Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> Reviewers: cedric, jpeg Reviewed By: jpeg Subscribers: seoz, jpeg Differential Revision: https://phab.enlightenment.org/D4184
-rw-r--r--src/lib/elementary/elm_bg.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_bg.eo b/src/lib/elementary/elm_bg.eo
index 4020007e59..99afa09722 100644
--- a/src/lib/elementary/elm_bg.eo
+++ b/src/lib/elementary/elm_bg.eo
@@ -64,7 +64,7 @@ class Elm.Bg (Elm.Layout, Efl.File)
r: int; [[The red color component's value]]
g: int; [[The green color component's value]]
b: int; [[The blue color component's value]]
- a: int; [[The blue color component's value]]
+ a: int; [[The alpha color component's value]]
}
}
@property load_size {