Skip to content

Commit b3c26a8

Browse files
author
José Valim
committed
Improve helpers docs
1 parent 5e218e7 commit b3c26a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/iex/lib/iex/helpers.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ defmodule IEx.Helpers do
2727
* `cd/1` - changes the current directory
2828
* `clear/0` - clears the screen
2929
* `flush/0` - flushes all messages sent to the shell
30-
* `i/1` - prints information about the given data type
3130
* `h/0` - prints this help message
3231
* `h/1` - prints help for the given module, function or macro
32+
* `i/1` - prints information about the given data type
3333
* `import_file/1` - evaluates the given file in the shell's context
3434
* `l/1` - loads the given module's beam code
3535
* `ls/0` - lists the contents of the current directory
@@ -42,7 +42,6 @@ defmodule IEx.Helpers do
4242
* `t/1` — prints type information
4343
* `v/0` — retrieves the last value from the history
4444
* `v/1` — retrieves the nth value from the history
45-
* `import_file/1` — evaluates the given file in the shell's context
4645
4746
Help for all of those functions can be consulted directly from
4847
the command line using the `h` helper itself. Try:

0 commit comments

Comments
 (0)