From dfcf30644da6562d0c711620c6bd420c0332c609 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Sun, 24 Aug 2014 10:09:20 +1000 Subject: Bug 1008766 - Fix typo in documentation (edit) r=glob, a=glob --- Bugzilla/WebService.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/WebService.pm') 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. -- cgit v1.2.3-24-g4f1b