diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-07-20 15:20:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 15:20:06 +0200 |
commit | 88db0c1c23619f76bdb4493ff6fad7deaecae139 (patch) | |
tree | 5153e672dc9321c4078c6cd19a3ed2e97e5eab70 /Bugzilla | |
parent | 3d864bdde0aff3931aca3afa864228341aaa0e92 (diff) | |
download | bugzilla-88db0c1c23619f76bdb4493ff6fad7deaecae139.tar.gz bugzilla-88db0c1c23619f76bdb4493ff6fad7deaecae139.tar.xz |
fix pod syntax in Bugzilla/Component.pm
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Component.pm | 2 |
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. |