We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af7e0c commit 9a6ac4fCopy full SHA for 9a6ac4f
lib/iex/lib/iex.ex
@@ -57,7 +57,7 @@ defmodule IEx do
57
58
## The .iex file
59
60
- When starting IEx it will look for a local .iex file (located in the current
+ When starting IEx, it will look for a local .iex file (located in the current
61
working directory), then a global one (located at ~/.iex) and will load the
62
first one it finds (if any). The code in the chosen .iex file will be
63
evaluated in the shell's context. So, for instance, any modules that are
0 commit comments