summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Bug.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-12-05 23:43:34 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-12-05 23:43:34 +0100
commite8744c5ca21fdb8ae0ae5b5033df662d5f753da7 (patch)
treedb61d81cae9e41ee32549321a5530aa5a87f24d9 /Bugzilla/WebService/Bug.pm
parent6bc7525444f5b1ece991f08b8c0cc5883033fe48 (diff)
downloadbugzilla-e8744c5ca21fdb8ae0ae5b5033df662d5f753da7.tar.gz
bugzilla-e8744c5ca21fdb8ae0ae5b5033df662d5f753da7.tar.xz
Bug 942599: Documentation about possible_duplicates() lists 'products' as argument instead of 'product'
r=dkl a=justdave
Diffstat (limited to 'Bugzilla/WebService/Bug.pm')
-rw-r--r--Bugzilla/WebService/Bug.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index 9ccd84cc2..eb76b4131 100644
--- a/Bugzilla/WebService/Bug.pm
+++ b/Bugzilla/WebService/Bug.pm
@@ -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