diff options
author | Koosha Khajeh Moogahi <koosha.khajeh@gmail.com> | 2012-07-24 15:41:40 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-07-24 15:41:40 +0200 |
commit | 83195bc9d7f8229cd3c703a396b03d09e7971a56 (patch) | |
tree | b3bd402b8a6e720162e1d31ad0c959ca74626235 /Bugzilla | |
parent | 52a283a586e69a0d9cf3a959fda77ec73b52117a (diff) | |
download | bugzilla-83195bc9d7f8229cd3c703a396b03d09e7971a56.tar.gz bugzilla-83195bc9d7f8229cd3c703a396b03d09e7971a56.tar.xz |
Bug 771302: Fix minor errors in doc of WebService::Bug::get()
r=glob, a=LpSolit
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 9b6aeb3e5..bf6a16216 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -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. |