Skip to content

Commit 33e9fc1

Browse files
authored
Fix typos
1 parent 2d4bbc0 commit 33e9fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/support/type_data.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ defmodule Gradient.TypeData do
4848
def fun_types_test_data() do
4949
[
5050
{"any fun type", {:type, 0, :fun, []}, "fun()"},
51-
{"fun accepts any args that returns specified type",
51+
{"fun with any args returning a specific type",
5252
{:type, 0, :fun, [{:type, 0, :any}, {:atom, 0, :ok}]}, "(... -> :ok)"},
53-
{"fun accepts specified args and return specified type",
53+
{"fun with specific arg types returning a specific type",
5454
{:type, 0, :fun, [{:type, 0, :product, [{:type, 0, :atom, []}]}, {:type, 0, :atom, []}]},
5555
"(atom() -> atom())"}
5656
]

0 commit comments

Comments
 (0)