]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 942599: Documentation about possible_duplicates() lists 'products' as argument...
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 5 Dec 2013 22:43:34 +0000 (23:43 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 5 Dec 2013 22:43:34 +0000 (23:43 +0100)
r=dkl a=justdave

Bugzilla/WebService/Bug.pm

index 9ccd84cc257f1dd858c6ab3c9cf2eb6720ccbc8e..eb76b413194d9bae1f415da23e43269ace2f3ae3 100644 (file)
@@ -2037,7 +2037,7 @@ narrowed down to specific products.
 =item C<summary> (string) B<Required> - A string of keywords defining
 the type of bug you are trying to report.
 
-=item C<products> (array) - One or more product names to narrow the
+=item C<product> (array) - One or more product names to narrow the
 duplicate search to. If omitted, all bugs are searched.
 
 =back