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 1e18d8e commit 7b51500Copy full SHA for 7b51500
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