diff options
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. |