Skip to content

Commit

Permalink
Merge branch 'scrogson-fix_typo'
Browse files Browse the repository at this point in the history
  • Loading branch information
keathley committed Sep 14, 2020
2 parents c6b6c71 + 32b8e2c commit d0b9f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hlcid.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule HLCID do
```elixir
id = HLCID.generate()
url_safe_id = HLCID.to_base64()
url_safe_id = HLCID.to_base64(id)
=> "AWy00jCrAABKaDWL0Z6heg=="
```
Expand Down

0 comments on commit d0b9f91

Please sign in to comment.