From f77f667886adc62be354f47b25a263a41e960aeb Mon Sep 17 00:00:00 2001 From: Gabriel Oliveira Date: Sat, 4 Nov 2023 22:48:28 -0300 Subject: [PATCH] chore: typo --- test/nimble_pool_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nimble_pool_test.exs b/test/nimble_pool_test.exs index afc2252..66c2987 100644 --- a/test/nimble_pool_test.exs +++ b/test/nimble_pool_test.exs @@ -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, []},