Skip to content

Commit bcfc927

Browse files
author
José Valim
committed
Improve docs for IEx helper l/1
1 parent 014a2ec commit bcfc927

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/iex/lib/iex/helpers.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ defmodule IEx.Helpers do
252252
end
253253

254254
@doc """
255-
Purges and reloads specified module.
255+
Loads given module beam code (and ensures any previous
256+
old version was properly purged before).
256257
"""
257258
def l(module) do
258259
:code.purge(module)

0 commit comments

Comments
 (0)