diff options
Diffstat (limited to 'xmake/core/base/socket.lua')
| -rw-r--r-- | xmake/core/base/socket.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/socket.lua b/xmake/core/base/socket.lua index a20271ac2..1fe895c20 100644 --- a/xmake/core/base/socket.lua +++ b/xmake/core/base/socket.lua @@ -65,7 +65,7 @@ function _instance:family() return self._FAMILY end --- get cdata socket +-- get cdata of socket function _instance:csock() return self._SOCK end |
