Skip to content

Commit 94348db

Browse files
eksperimentaljosevalim
authored andcommitted
Make description of IEx.flush/0 clearer (#7874)
1 parent 74933b0 commit 94348db

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
@@ -675,7 +675,7 @@ defmodule IEx.Helpers do
675675
defp pad_key(key), do: String.pad_trailing("#{key}:", 20, " ")
676676

677677
@doc """
678-
Flushes all messages sent to the shell and prints them out.
678+
Clears out all messages sent to the shell's inbox and prints them out.
679679
"""
680680
def flush do
681681
do_flush(IEx.inspect_opts())

0 commit comments

Comments
 (0)