File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ defmodule Code do
64
64
end
65
65
66
66
@ doc """
67
- Evalutes the contents given by string. The second argument is the
67
+ Evaluates the contents given by string. The second argument is the
68
68
binding (which should be a keyword) followed by a keyword list of
69
69
environment options. Those options can be:
70
70
@@ -114,7 +114,7 @@ defmodule Code do
114
114
end
115
115
116
116
@ doc """
117
- Evalutes the quoted contents.
117
+ Evaluates the quoted contents.
118
118
119
119
This function accepts a list of environment options.
120
120
Check `Code.eval_string` for more information.
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ defmodule Module do
28
28
end
29
29
30
30
@ doc """
31
- Evalutes the quotes contents in the given module context.
31
+ Evaluates the quoted contents in the given module's context.
32
32
33
33
A list of environment options can also be given as argument.
34
- Check `Code.eval_string` for more information.
34
+ See `Code.eval_string` for more information.
35
35
36
36
Raises an error if the module was already compiled.
37
37
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ defmodule IEx do
92
92
93
93
## Expressions in IEx
94
94
95
- As an interactive shell, IEx evalutes expressions. This has some
95
+ As an interactive shell, IEx evaluates expressions. This has some
96
96
interesting consequences that are worth discussing.
97
97
98
98
The first one is that the code is truly evaluated and not compiled.
You can’t perform that action at this time.
0 commit comments