Skip to content

Commit

Permalink
Updated mask api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Apr 29, 2021
1 parent e605929 commit 24cabdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/mask.md
Expand Up @@ -38,7 +38,7 @@ func main() {
panic(err)
}

if err = al.Mask(0, 2); err != nil {
if err = al.Mask(0, 2, ""); err != nil {
panic(err)
}

Expand Down

0 comments on commit 24cabdc

Please sign in to comment.