summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Guyomarc'h <jean@guyomarch.bzh>2017-12-30 10:13:54 +0100
committerJean Guyomarc'h <jean@guyomarch.bzh>2017-12-30 10:14:41 +0100
commita71ea3f9dc23428947042210efbf1be6ba6563a7 (patch)
tree14d31d00f6eb6a11c695776e773cd7ecf69c8766
parent15c7bbf5fab8d9d7478b906323fde2c6c147a6d7 (diff)
downloadefl-a71ea3f9dc23428947042210efbf1be6ba6563a7.tar.gz
elm: fix typo in elm_list documentation
-rw-r--r--src/lib/elementary/elm_list.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_list.eo b/src/lib/elementary/elm_list.eo
index b496924ae1..9b1e970f69 100644
--- a/src/lib/elementary/elm_list.eo
+++ b/src/lib/elementary/elm_list.eo
@@ -29,7 +29,7 @@ enum Elm.List.Mode
is naturally bound by the list object's maximum size hints, set
externally.]]
expand, [[Besides setting a minimum size on the transverse axis, just like
- on @Elm.List.Mode.limit, the list will set a minimum size on th
+ on @Elm.List.Mode.limit, the list will set a minimum size on the
longitudinal axis, trying to reserve space to all its children to
be visible at a time. . This is naturally bound by the list
object's maximum size hints, set externally.]]