You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/03/02 17:15:59 UTC

[whimsy] branch master updated: Fix docco

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new a359d6e  Fix docco
a359d6e is described below

commit a359d6ea13261792df5d8d7c2b26e6c4e04adda8
Author: Sebb <se...@apache.org>
AuthorDate: Sat Mar 2 17:15:58 2019 +0000

    Fix docco
---
 lib/whimsy/asf/mlist.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/mlist.rb b/lib/whimsy/asf/mlist.rb
index 9f90e78..c20b24e 100644
--- a/lib/whimsy/asf/mlist.rb
+++ b/lib/whimsy/asf/mlist.rb
@@ -83,7 +83,7 @@ module ASF
     # return the mailing lists which are moderated by any of the list of emails
     # the following keys are added to the response hash:
     # :modtime - the timestamp when the data was last updated
-    # :moderates - a hash. key: list name; entry: array of moderators
+    # :moderates - a hash. key: list name; entry: array of emails that match a moderator for the list
     # N.B. not the same format as the subscriptions() method
     def self.moderates(user_emails, response = {})