Skip to content

Commit 4182b18

Browse files
Fix "argmument" -> "argument" typo (#52)
1 parent ca7e7bd commit 4182b18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/nimble_pool.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ defmodule NimblePool do
281281
@doc """
282282
Handle pool termination.
283283
284-
The `reason` argmument is the same given to GenServer's terminate/2 callback.
284+
The `reason` argument is the same given to GenServer's terminate/2 callback.
285285
286286
It is not necessary to terminate workers here because the
287287
`terminate_worker/3` callback has already been invoked.

0 commit comments

Comments
 (0)