Skip to content

Commit 499c385

Browse files
budsteinJosé Valim
authored andcommitted
Fix a typo in Code.eval_file's doc
Signed-off-by: José Valim <[email protected]>
1 parent aecafc0 commit 499c385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/code.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ defmodule Code do
260260
Accepts `relative_to` as an argument to tell where the file is located.
261261
262262
While `load_file` loads a file and returns the loaded modules and their
263-
byte code, `eval_file` simply evalutes the file contents and returns the
263+
byte code, `eval_file` simply evaluates the file contents and returns the
264264
evaluation result and its bindings.
265265
"""
266266
def eval_file(file, relative_to \\ nil) do

0 commit comments

Comments
 (0)