]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 771302: Fix minor errors in doc of WebService::Bug::get()
authorKoosha Khajeh Moogahi <koosha.khajeh@gmail.com>
Tue, 24 Jul 2012 13:41:40 +0000 (21:41 +0800)
committerByron Jones <bjones@mozilla.com>
Tue, 24 Jul 2012 13:41:40 +0000 (21:41 +0800)
r=glob, a=LpSolit

Bugzilla/WebService/Bug.pm

index 9b6aeb3e563f746b9db58cd89b30f73ef2ab7fdd..bf6a162161d5da9a00ad54f72eca6a9c43f16933 100644 (file)
@@ -1965,13 +1965,13 @@ C<int> The numeric bug_id of this bug.
 
 =item faultString 
 
-c<string> This will only be returned for invalid bugs if the C<permissive>
+C<string> This will only be returned for invalid bugs if the C<permissive>
 argument was set when calling Bug.get, and it is an error indicating that 
 the bug id was invalid.
 
 =item faultCode
 
-c<int> This will only be returned for invalid bugs if the C<permissive>
+C<int> This will only be returned for invalid bugs if the C<permissive>
 argument was set when calling Bug.get, and it is the error code for the 
 invalid bug error.