Skip to content

Commit adf4075

Browse files
committed
Don't mention inspect and IO.inspect in IEx.Options
Those function do not query `IEx.Options.get :inspect` by default
1 parent 3c4b6a6 commit adf4075

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/iex/lib/iex/options.ex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,12 @@ defmodule IEx.Options do
177177
`IEx.Options.get` and `IEx.Options.set` to query and change the option's
178178
value.
179179
180-
Control the behavior of the shell's inspecting algorithm. Inspect is
181-
used for printing results of expression evaluation. It is also used by
182-
IO.inspect.
180+
Inspect options used by the shell when printing results of expression
181+
evaluation.
183182
184183
The value is a keyword list.
185184
186-
See the doc for `Kernel.inspect/2` for the full list of options.
185+
See `Kernel.inspect/2` for the full list of options.
187186
188187
"""
189188
def inspect

0 commit comments

Comments
 (0)