diff --git a/luasocket-scm-3.rockspec b/luasocket-scm-3.rockspec index 0e1b0f9..71f335c 100644 --- a/luasocket-scm-3.rockspec +++ b/luasocket-scm-3.rockspec @@ -7,9 +7,9 @@ source = { description = { summary = "Network support for the Lua language", detailed = [[ - LuaSocket is a Lua extension library that is composed by two parts: a C core - that provides support for the TCP and UDP transport layers, and a set of Lua - modules that add support for functionality commonly needed by applications + LuaSocket is a Lua extension library composed of two parts: a set of C + modules that provide support for the TCP and UDP transport layers, and a + set of Lua modules that provide functions commonly needed by applications that deal with the Internet. ]], homepage = "https://github.com/lunarmodules/luasocket",