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 Diff line number Diff line
@@ -47,7 +47,7 @@ Import with `:utils` tag.
- `group_visibility_name()`

    ```{.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_.