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.
2 parents 1e18d8e + 7b51500 commit e93613bCopy full SHA for e93613b
lib/iex/lib/iex/helpers.ex
@@ -190,7 +190,7 @@ defmodule IEx.Helpers do
190
if doc do
191
IO.write "\n" <> print_signature(doc)
192
else
193
- IO.puts "No docs for #{inspect module}#.{function}/#{arity} have been found"
+ IO.puts "No docs for #{inspect module}.#{function}/#{arity} have been found"
194
end
195
196
IO.puts "#{inspect module} was not compiled with docs"
0 commit comments