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
This commit is contained in:
Minkyu Kang 2016-07-25 17:25:38 +09:00 committed by Jean-Philippe Andre
parent d40d469bce
commit 5a7535cc4c
1 changed files with 1 additions and 1 deletions

View File

@ -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 {