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

r=glob, a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@264055 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2012-07-24 13:45:45 +00:00
parent be184b11fd
commit 5c8a86376e
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
8294
8295

View 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.