Navigation Menu

Skip to content

Commit

Permalink
Fix a typo in the Elixir usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
smaximov authored and whitfin committed Feb 1, 2019
1 parent c632931 commit 592f1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -82,7 +82,7 @@ ok

```elixir
# create a new single lock (with a name)
iex(1)> :sleeplocks,new(1, [ name: :my_lock ])
iex(1)> :sleeplocks.new(1, [ name: :my_lock ])
{:ok, #PID<0.179.0>}

# take ownership of the lock
Expand Down

0 comments on commit 592f1f8

Please sign in to comment.