summaryrefslogtreecommitdiff
path: root/src/commands/publish.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/publish.json')
-rw-r--r--src/commands/publish.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/publish.json b/src/commands/publish.json
index 05313766b..1dd757d69 100644
--- a/src/commands/publish.json
+++ b/src/commands/publish.json
@@ -1,6 +1,6 @@
{
"PUBLISH": {
- "summary": "Post a message to a channel",
+ "summary": "Posts a message to a channel.",
"complexity": "O(N+M) where N is the number of clients subscribed to the receiving channel and M is the total number of subscribed patterns (by any client).",
"group": "pubsub",
"since": "2.0.0",