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 86678d7  Typo and docn
86678d7 is described below

commit 86678d755c630128fd57f527a51b476f59e5c59c
Author: Sebb <s...@apache.org>
AuthorDate: Wed Aug 25 10:11:04 2021 +0100

    Typo and docn
---
 lib/whimsy/asf/mail.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/mail.rb b/lib/whimsy/asf/mail.rb
index a4cb4ed..21a8ef4 100644
--- a/lib/whimsy/asf/mail.rb
+++ b/lib/whimsy/asf/mail.rb
@@ -97,11 +97,12 @@ module ASF
     end
 
     # which lists are available for subscription via Whimsy?
+    # Params:
     # member: true if member
     # pmc_chair: true if pmc_chair
     # ldap_pmcs: list of (P)PMC mail_list names
     # lid_only: return lid instead of [dom,list,lid]
-    # output is and array of entries: lid or [dom,list,lid]
+    # Return: an array of entries: lid or [dom,list,lid]
     def self.cansub(member, pmc_chair, ldap_pmcs, lidonly = true)
       allowed = []
       parse_flags do |dom, list, f|

Reply via email to