Commit 83195bc9 authored by Koosha Khajeh Moogahi's avatar Koosha Khajeh Moogahi Committed by Byron Jones

Bug 771302: Fix minor errors in doc of WebService::Bug::get()

r=glob, a=LpSolit
parent 52a283a5
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment