We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fa137 commit 873c5b0Copy full SHA for 873c5b0
test/circuits_gpio_test.exs
@@ -69,7 +69,7 @@ defmodule Circuits.GPIOTest do
69
send(me, {:done, length(x)})
70
end)
71
72
- # Wait a tehth of a second to allow spawned task to complete
+ # Wait a tenth of a second to allow spawned task to complete
73
Process.sleep(100)
74
75
assert_receive {:done, ^count}
0 commit comments