From abffd5ce74823f12240ef774453e723d04ef477d Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Thu, 5 Oct 2017 15:03:50 -0700 Subject: [PATCH] Lua (#226) * Typos --- core/commands.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/commands.json b/core/commands.json index 9faa84ff..4cd045e5 100644 --- a/core/commands.json +++ b/core/commands.json @@ -1392,8 +1392,8 @@ "group": "scripting" }, "EVALROSHA":{ - "summary": "Evaluates a read-only Lua script", - "complecxity": "Depends on the evaluated script cached on the server by its SHA1 digest", + "summary": "Evaluates a read-only Lua script cached on the server by its SHA1 digest", + "complecxity": "Depends on the evaluated script", "arguments": [ { "name": "script", @@ -1476,7 +1476,7 @@ "group": "scripting" }, "SCRIPT EXISTS":{ - "summary": "Loads the compiled version of a script into the server cache, without executing", + "summary": "Returns information about the existence of the scripts in server cache", "complexity": "O(N) where N is the number of provided sha1 arguments", "arguments": [ {