Skip to content

Commit 2d9681c

Browse files
Gustavo Saianijosevalim
Gustavo Saiani
authored andcommitted
Improve IEx.Introspection.h/1 error message (#8643)
1 parent b8c68e6 commit 2d9681c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iex/lib/iex/introspection.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ defmodule IEx.Introspection do
352352
)
353353

354354
puts_error(
355-
"If instead of accessing documentation you would like to more information about a value " <>
355+
"If instead of accessing documentation you would like more information about a value " <>
356356
"or about the result of an expression, use the \"i\" helper instead"
357357
)
358358

0 commit comments

Comments
 (0)