]> 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:44:44 +0000 (23:44 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 5 Dec 2013 22:44:44 +0000 (23:44 +0100)
r=dkl a=justdave

Bugzilla/WebService/Bug.pm

index 628816546f76b62858f459676fe50caa3f3e5ded..ffa1852d0b475a0abba6fa5de379b3920b45ca23 100644 (file)
@@ -2015,7 +2015,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