summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2011-02-11 01:57:00 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-02-11 01:57:00 +0100
commita744c531a46bdd18aed3cc89ed0770a791d27475 (patch)
tree1838140e25e3d3b84ef039bccdaeec244b78df35 /Bugzilla/WebService
parenta7b7b39d07f0aaefa75f0dabed65a1d743981e92 (diff)
downloadbugzilla-a744c531a46bdd18aed3cc89ed0770a791d27475.tar.gz
bugzilla-a744c531a46bdd18aed3cc89ed0770a791d27475.tar.xz
Fix a POD compilation error.
https://bugzilla.mozilla.org/show_bug.cgi?id=633041
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r--Bugzilla/WebService/Bug.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index 0dd4124d1..124dd6b25 100644
--- a/Bugzilla/WebService/Bug.pm
+++ b/Bugzilla/WebService/Bug.pm
@@ -2403,7 +2403,7 @@ C<string> A comment to add along with this attachment.
C<boolean> True if Bugzilla should treat this attachment as a patch.
If you specify this, you do not need to specify a C<content_type>.
-The C<content_type of the attachment will be forced to C<text/plain>.
+The C<content_type> of the attachment will be forced to C<text/plain>.
Defaults to False if not specified.