summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEksperimental <eksperimental@users.noreply.github.com>2018-07-11 15:03:01 +0700
committerJosé Valim <jose.valim@gmail.com>2018-07-11 10:03:01 +0200
commit94348db5f4c57ef27f28bf2048e994d9892730f7 (patch)
treef47fc23020b3d9146d18b66b6fa704a7f6219863
parent74933b013a6a104020a30352d9c56ee3c9f46559 (diff)
downloadelixir-94348db5f4c57ef27f28bf2048e994d9892730f7.tar.gz
Make description of IEx.flush/0 clearer (#7874)
-rw-r--r--lib/iex/lib/iex/helpers.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/iex/lib/iex/helpers.ex b/lib/iex/lib/iex/helpers.ex
index 7cf8e670b..d786d0ca0 100644
--- a/lib/iex/lib/iex/helpers.ex
+++ b/lib/iex/lib/iex/helpers.ex
@@ -675,7 +675,7 @@ defmodule IEx.Helpers do
defp pad_key(key), do: String.pad_trailing("#{key}:", 20, " ")
@doc """
- Flushes all messages sent to the shell and prints them out.
+ Clears out all messages sent to the shell's inbox and prints them out.
"""
def flush do
do_flush(IEx.inspect_opts())