summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Component.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-07-20 15:20:06 +0200
committerGitHub <noreply@github.com>2017-07-20 15:20:06 +0200
commit88db0c1c23619f76bdb4493ff6fad7deaecae139 (patch)
tree5153e672dc9321c4078c6cd19a3ed2e97e5eab70 /Bugzilla/Component.pm
parent3d864bdde0aff3931aca3afa864228341aaa0e92 (diff)
downloadbugzilla-88db0c1c23619f76bdb4493ff6fad7deaecae139.tar.gz
bugzilla-88db0c1c23619f76bdb4493ff6fad7deaecae139.tar.xz
fix pod syntax in Bugzilla/Component.pm
Diffstat (limited to 'Bugzilla/Component.pm')
-rw-r--r--Bugzilla/Component.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Component.pm b/Bugzilla/Component.pm
index 08a55846d..78e144a55 100644
--- a/Bugzilla/Component.pm
+++ b/Bugzilla/Component.pm
@@ -617,7 +617,7 @@ Component.pm represents a Product Component object.
Returns: Nothing.
-=item C<find_first_flag_type($target_type, $name).
+=item C<find_first_flag_type($target_type, $name)>
Description: Find the first named bug or attachment flag with a given
name on this component.