Skip to content

Commit

Permalink
Update safetybox.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin-Willman committed Oct 24, 2015
1 parent 3a69181 commit 51e448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/safetybox.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule Safetybox do
end

@doc """
If you don't yet need a secret or a salt (e.g. very early prototype), but you want some thigns encrypted
If you don't yet need a secret or a salt (e.g. very early prototype), but you want some things encrypted
then use the :default secret. Better than nothing, but not much.
Safetybox.encrypt("helloworld", :default)
"""
Expand Down

0 comments on commit 51e448b

Please sign in to comment.