aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Green <sgreen@redhat.com>2014-08-24 10:12:01 +1000
committerSimon Green <sgreen@redhat.com>2014-08-24 10:12:01 +1000
commitd8388a083f400513010b33896a7b858d2895bb9e (patch)
tree7ba1f5fef29b168228bfe3122ecdef0c771f50d9
parentBug 1053802: Groups used for the comment_taggers_group and debug_group parame... (diff)
downloadbugzilla-d8388a083f400513010b33896a7b858d2895bb9e.tar.gz
bugzilla-d8388a083f400513010b33896a7b858d2895bb9e.tar.bz2
bugzilla-d8388a083f400513010b33896a7b858d2895bb9e.zip
Bug 1008766 - Fix typo in documentation
r=glob, a=sgreen
-rw-r--r--Bugzilla/WebService.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm
index 2a0e8890f..ac4cd25ce 100644
--- a/Bugzilla/WebService.pm
+++ b/Bugzilla/WebService.pm
@@ -269,7 +269,7 @@ hashes.
Some RPC calls support specifying sub fields. If an RPC call states that
it support sub field restrictions, you can restrict what information is
-returned within the first field. For example, if you call Products.get
+returned within the first field. For example, if you call Product.get
with an include_fields of components.name, then only the component name
would be returned (and nothing else). You can include the main field,
and exclude a sub field.