Skip to content

Commit c6238e0

Browse files
author
José Valim
committed
Rename e/1 to exports/1 in IEx.Helpers listing
1 parent 2a5eca9 commit c6238e0

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
@@ -27,7 +27,7 @@ defmodule IEx.Helpers do
2727
* `c/2` - compiles a file to the given path
2828
* `cd/1` - changes the current directory
2929
* `clear/0` - clears the screen
30-
* `e/1` - shows all exports (functions + macros) in a module
30+
* `exports/1` - shows all exports (functions + macros) in a module
3131
* `flush/0` - flushes all messages sent to the shell
3232
* `h/0` - prints this help message
3333
* `h/1` - prints help for the given module, function or macro

0 commit comments

Comments
 (0)