From fd34c935a274398295aee4cafd565a8e8c7e4bc5 Mon Sep 17 00:00:00 2001 From: abalabahaha Date: Tue, 16 Feb 2016 22:29:43 -0800 Subject: [PATCH] Correct docs mentions is an array, not a cache --- docs/docs_message.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs_message.rst b/docs/docs_message.rst index 528a910c9..2b2d76cc2 100644 --- a/docs/docs_message.rst +++ b/docs/docs_message.rst @@ -77,7 +77,7 @@ cleanContent mentions ~~~~~~~~ -A Cache_ of User_ objects that were mentioned in the message. +A array of User_ objects that were mentioned in the message. Functions ---------