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 aecafc0 commit 499c385Copy full SHA for 499c385
lib/elixir/lib/code.ex
@@ -260,7 +260,7 @@ defmodule Code do
260
Accepts `relative_to` as an argument to tell where the file is located.
261
262
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
+ byte code, `eval_file` simply evaluates the file contents and returns the
264
evaluation result and its bindings.
265
"""
266
def eval_file(file, relative_to \\ nil) do
0 commit comments