summaryrefslogtreecommitdiff
path: root/src/commands/script-exists.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/script-exists.json')
-rw-r--r--src/commands/script-exists.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/script-exists.json b/src/commands/script-exists.json
index 629615907..d8c47e482 100644
--- a/src/commands/script-exists.json
+++ b/src/commands/script-exists.json
@@ -1,6 +1,6 @@
{
"EXISTS": {
- "summary": "Check existence of scripts in the script cache.",
+ "summary": "Determines whether server-side Lua scripts exist in the script cache.",
"complexity": "O(N) with N being the number of scripts to check (so checking a single script is an O(1) operation).",
"group": "scripting",
"since": "2.6.0",