Skip to content

Commit

Permalink
Polish the docs for a couple of IEx helpers
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
whatyouhide committed Jan 10, 2017
1 parent 0dde8d4 commit 138b8c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/iex/lib/iex/helpers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ defmodule IEx.Helpers do
end

@doc """
Produces a simple list of all exports in a module.
Returns a list of all the functions and macros exported by the given module.
"""
def e(module \\ Kernel) do
IEx.Autocomplete.exports(module) |> print_exports()
Expand All @@ -546,7 +546,7 @@ defmodule IEx.Helpers do
end

@doc """
Produces a simple list of a directory's contents.
Returns a list of the given directory's contents.
If `path` points to a file, prints its full path.
"""
Expand Down

0 comments on commit 138b8c5

Please sign in to comment.