From: Simon Green Date: Sun, 24 Aug 2014 00:12:01 +0000 (+1000) Subject: Bug 1008766 - Fix typo in documentation X-Git-Tag: bugzilla-4.4.6~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8388a083f400513010b33896a7b858d2895bb9e;p=thirdparty%2Fbugzilla.git Bug 1008766 - Fix typo in documentation r=glob, a=sgreen --- diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm index 2a0e8890f1..ac4cd25ce5 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.