diff options
author | Myoungwoon Roy, Kim <myoungwoon.kim@samsung.com> | 2018-08-30 14:01:21 +0900 |
---|---|---|
committer | Hermet Park <hermetpark@gmail.com> | 2018-08-30 14:01:21 +0900 |
commit | e06a9b6acf2d74880a3d4697248fd4e24971eef0 (patch) | |
tree | 918fbdc09dba5e30d6237488bd7ee5cad14a0180 /src/lib/ecore_con/efl_net_server.eo | |
parent | 5b9d152e147612d50dc4059ad6d91fe2f233701c (diff) |
docs: Fix typos and some wrong expressions in API reference doc.
Summary: I had fixed some typos and some wrong expressions in API reference doc
Test Plan: N/A
Reviewers: raster, zmike, Hermet, segfaultxavi
Reviewed By: Hermet
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D6943
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_con/efl_net_server.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_con/efl_net_server.eo b/src/lib/ecore_con/efl_net_server.eo index 8a84fdbaf3..8e9487f310 100644 --- a/src/lib/ecore_con/efl_net_server.eo +++ b/src/lib/ecore_con/efl_net_server.eo | |||
@@ -89,7 +89,7 @@ interface Efl.Net.Server { | |||
89 | 89 | ||
90 | Whenever changed, this property will only apply to new | 90 | Whenever changed, this property will only apply to new |
91 | connections, that is, if the current connection count | 91 | connections, that is, if the current connection count |
92 | alredy exceeds the limit, no connections will be closed. | 92 | already exceeds the limit, no connections will be closed. |
93 | ]] | 93 | ]] |
94 | values { | 94 | values { |
95 | limit: uint; [[Number of allowed client connections]] | 95 | limit: uint; [[Number of allowed client connections]] |