summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Product.pm
diff options
context:
space:
mode:
authorSimon Green <simon@simongreen.net>2014-12-06 22:48:33 +0100
committerSimon Green <sgreen@redhat.com>2014-12-06 22:48:33 +0100
commit5db53c9ecf6270bd8ea6092c0893e96703f6ad61 (patch)
tree4e8330e4cf7f496721a137409c0a9af499ec90b8 /Bugzilla/WebService/Product.pm
parent9d1dc1f24d6a43339ed00e8899cf579d2739401b (diff)
downloadbugzilla-5db53c9ecf6270bd8ea6092c0893e96703f6ad61.tar.gz
bugzilla-5db53c9ecf6270bd8ea6092c0893e96703f6ad61.tar.xz
Bug 1052202 - Web Service module to update and delete components
r=dylan, a=glob
Diffstat (limited to 'Bugzilla/WebService/Product.pm')
-rw-r--r--Bugzilla/WebService/Product.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Product.pm b/Bugzilla/WebService/Product.pm
index 0e78836bf..6330b6402 100644
--- a/Bugzilla/WebService/Product.pm
+++ b/Bugzilla/WebService/Product.pm
@@ -857,7 +857,7 @@ C<array> of C<int>s. Numeric ids of the products that you wish to update.
=item C<names>
-C<array> or C<string>s. Names of the products that you wish to update.
+C<array> of C<string>s. Names of the products that you wish to update.
=back