Skip to content

Commit 7b51500

Browse files
committed
Fix typo in IEx.Helpers.h/1
1 parent 1e18d8e commit 7b51500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iex/lib/iex/helpers.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ defmodule IEx.Helpers do
190190
if doc do
191191
IO.write "\n" <> print_signature(doc)
192192
else
193-
IO.puts "No docs for #{inspect module}#.{function}/#{arity} have been found"
193+
IO.puts "No docs for #{inspect module}.#{function}/#{arity} have been found"
194194
end
195195
else
196196
IO.puts "#{inspect module} was not compiled with docs"

0 commit comments

Comments
 (0)