]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix pod syntax in Bugzilla/Component.pm
authorDylan William Hardison <dylan@hardison.net>
Thu, 20 Jul 2017 13:20:06 +0000 (09:20 -0400)
committerGitHub <noreply@github.com>
Thu, 20 Jul 2017 13:20:06 +0000 (09:20 -0400)
Bugzilla/Component.pm

index 08a55846d778b32594c7689122ea6e493e4dd8a7..78e144a5597348000d3d4cd41431433dcd390104 100644 (file)
@@ -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.