Skip to content

Commit 9a6ac4f

Browse files
committed
Add missing comma in the doc
1 parent 6af7e0c commit 9a6ac4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iex/lib/iex.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ defmodule IEx do
5757
5858
## The .iex file
5959
60-
When starting IEx it will look for a local .iex file (located in the current
60+
When starting IEx, it will look for a local .iex file (located in the current
6161
working directory), then a global one (located at ~/.iex) and will load the
6262
first one it finds (if any). The code in the chosen .iex file will be
6363
evaluated in the shell's context. So, for instance, any modules that are

0 commit comments

Comments
 (0)