Skip to content

Commit

Permalink
Fix typo from CR
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kantox authored Jul 29, 2024
1 parent d8d3835 commit 6a61dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nimble_ownership.ex
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ defmodule NimbleOwnership do
"""
@spec allow(server(), pid(), pid() | (-> resolved_pid)), key()) ::
:ok | {:error, Error.t()} when resolved_pid: pid() | [pids()]
:ok | {:error, Error.t()} when resolved_pid: pid() | [pid()]
def allow(ownership_server, pid_with_access, pid_to_allow, key, timeout \\ 5000)
when is_pid(pid_with_access) and (is_pid(pid_to_allow) or is_function(pid_to_allow, 0)) and
is_timeout(timeout) do
Expand Down

0 comments on commit 6a61dd6

Please sign in to comment.