]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1008766 - Fix typo in documentation (edit)
authorSimon Green <sgreen@redhat.com>
Sun, 24 Aug 2014 00:09:20 +0000 (10:09 +1000)
committerSimon Green <sgreen@redhat.com>
Sun, 24 Aug 2014 00:09:20 +0000 (10:09 +1000)
r=glob, a=glob

Bugzilla/WebService.pm

index eb85db9273bfd714f1fb652551448221da9635b4..1bdeb49d1f6641463873dc48f04ed543b66568de 100644 (file)
@@ -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.