Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveigah committed Nov 5, 2023
1 parent 9ccb54f commit f77f667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nimble_pool_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defmodule NimblePoolTest do
[{^instruction, return} | instructions] when is_function(return) ->
{return, instructions}

# Always accept terminate_pool as a valida instruction when there is no more instructions
# Always accept terminate_pool as a valid instruction when there is no more instructions
[] = state ->
if instruction == :terminate_pool,
do: {fn _, _ -> :ok end, []},
Expand Down

0 comments on commit f77f667

Please sign in to comment.