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

Bugzilla/WebService.pm

index 2a0e8890f1208b3e190e3ca362291e45baaff052..ac4cd25ce53f71c1b95cc7e3e8dbd4d0b9d69607 100644 (file)
@@ -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.