Skip to content

Commit

Permalink
Fix doctest to no longer log a broken pipe error
Browse files Browse the repository at this point in the history
  • Loading branch information
Qqwy committed May 25, 2022
1 parent 083260d commit 7e60216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/type_check/builtin.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ defmodule TypeCheck.Builtin do
iex> TypeCheck.conforms?(Kernel.make_ref(), reference())
true
iex> some_port = Port.open({:spawn, "echo hello"}, [:binary])
iex> some_port = Port.open({:spawn, "cat"}, [:binary])
...> TypeCheck.conforms?(some_port, port())
true
"""
Expand Down

0 comments on commit 7e60216

Please sign in to comment.