Skip to content

Commit 09be7dd

Browse files
Fix the ex_doc warning caused by Guardian.Permissions (#740)
1 parent 4e7db97 commit 09be7dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/guardian/permissions.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ defmodule Guardian.Permissions do
181181

182182
@doc """
183183
Decodes permissions directly from a claims map. This does the same as `decode_permissions` but
184-
will fetch the permissions map from the `"pem"` key where `Guardian.Permissions places them
184+
will fetch the permissions map from the `"pem"` key where `Guardian.Permissions` places them
185185
when it encodes them into claims.
186186
"""
187187
@spec decode_permissions_from_claims(Guardian.Token.claims()) :: Guardian.Permissions.t()

0 commit comments

Comments
 (0)