summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService.pm
diff options
context:
space:
mode:
authorSimon Green <sgreen@redhat.com>2014-08-24 02:09:20 +0200
committerSimon Green <sgreen@redhat.com>2014-08-24 02:09:20 +0200
commitdfcf30644da6562d0c711620c6bd420c0332c609 (patch)
treeea08fdb875b4ce3b8fa780e1eff9fd8e906422ed /Bugzilla/WebService.pm
parent6cae1b669d427648bf129be14d713ab63b1899da (diff)
downloadbugzilla-dfcf30644da6562d0c711620c6bd420c0332c609.tar.gz
bugzilla-dfcf30644da6562d0c711620c6bd420c0332c609.tar.xz
Bug 1008766 - Fix typo in documentation (edit)
r=glob, a=glob
Diffstat (limited to 'Bugzilla/WebService.pm')
-rw-r--r--Bugzilla/WebService.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm
index eb85db927..1bdeb49d1 100644
--- a/Bugzilla/WebService.pm
+++ b/Bugzilla/WebService.pm
@@ -315,7 +315,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.