File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments