diff options
author | Simon Green <sgreen@redhat.com> | 2014-08-24 10:09:20 +1000 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2014-08-24 10:09:20 +1000 |
commit | dfcf30644da6562d0c711620c6bd420c0332c609 (patch) | |
tree | ea08fdb875b4ce3b8fa780e1eff9fd8e906422ed /Bugzilla | |
parent | 6cae1b669d427648bf129be14d713ab63b1899da (diff) | |
download | bugs-dfcf30644da6562d0c711620c6bd420c0332c609.tar bugs-dfcf30644da6562d0c711620c6bd420c0332c609.tar.gz bugs-dfcf30644da6562d0c711620c6bd420c0332c609.tar.bz2 bugs-dfcf30644da6562d0c711620c6bd420c0332c609.tar.xz bugs-dfcf30644da6562d0c711620c6bd420c0332c609.zip |
Bug 1008766 - Fix typo in documentation (edit)
r=glob, a=glob
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/WebService.pm | 2 |
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. |