Skip to content

Commit

Permalink
[fix #31] Typo in documentation for JOSE.encode/1
Browse files Browse the repository at this point in the history
  • Loading branch information
potatosalad committed Mar 14, 2017
1 parent 3b1a652 commit 116c542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jose.ex
Expand Up @@ -88,7 +88,7 @@ defmodule JOSE do
defdelegate decode(binary), to: :jose

@doc """
Decode a term to JSON using the module returned by `json_module/0`.
Encode a term to JSON using the module returned by `json_module/0`.
"""
defdelegate encode(term), to: :jose

Expand Down

0 comments on commit 116c542

Please sign in to comment.