Commit 0e8b98c0 authored by Roman Lacko's avatar Roman Lacko
Browse files

GitLab.pm: fixed pod

parent faa3089b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -122,7 +122,7 @@ Import with C<:utils> tag.


=item group_visibility_name()
=item group_visibility_name()


    $name = GitLab::group_visibility_name($code)
    $name = GitLab::group_visibility_name($code);


Translates a Group Visibility code to its string representation, i.e. I<Private>, I<Internal> or I<Public>.
Translates a Group Visibility code to its string representation, i.e. I<Private>, I<Internal> or I<Public>.
If the parameter does not represent a valid GitLab Group Visibility code, returns I<Invalid>.
If the parameter does not represent a valid GitLab Group Visibility code, returns I<Invalid>.