Commit faa3089b authored by Roman Lacko's avatar Roman Lacko
Browse files

Update pod-GitLab.md

parent 7fec358f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -47,7 +47,7 @@ Import with `:utils` tag.
- `group_visibility_name()`
- `group_visibility_name()`


    ```{.pl}
    ```{.pl}
    $name = GitLab::group_visibility_name($code)
    $name = GitLab::group_visibility_name($code);
    ```
    ```


    Translates a Group Visibility code to its string representation, i.e. _Private_, _Internal_ or _Public_.
    Translates a Group Visibility code to its string representation, i.e. _Private_, _Internal_ or _Public_.