From 83195bc9d7f8229cd3c703a396b03d09e7971a56 Mon Sep 17 00:00:00 2001 From: Koosha Khajeh Moogahi Date: Tue, 24 Jul 2012 21:41:40 +0800 Subject: Bug 771302: Fix minor errors in doc of WebService::Bug::get() r=glob, a=LpSolit --- Bugzilla/WebService/Bug.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/WebService') 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 The numeric bug_id of this bug. =item faultString -c This will only be returned for invalid bugs if the C +C This will only be returned for invalid bugs if the C argument was set when calling Bug.get, and it is an error indicating that the bug id was invalid. =item faultCode -c This will only be returned for invalid bugs if the C +C This will only be returned for invalid bugs if the C argument was set when calling Bug.get, and it is the error code for the invalid bug error. -- cgit v1.2.3-24-g4f1b