Skip to content

Commit 6af372c

Browse files
author
José Valim
committed
Merge pull request elixir-lang#244 from mkb/master
Fix typo
2 parents fb7f226 + ef8e9bd commit 6af372c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/meta/2.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ guide: 2
88

99
Macros can be defined in Elixir using `defmacro/2`.
1010

11-
> For this chapter, we will be using files instead of running code samples in IEx. That's because the code samples will spawn multiple lines of code and typing them all in IEx can be counter-productive. You should be able to run the code samples by saving them into a `macros.exs` file and running it with `elixir macros.exs` or `iex macros.exs`.
11+
> For this chapter, we will be using files instead of running code samples in IEx. That's because the code samples will span multiple lines of code and typing them all in IEx can be counter-productive. You should be able to run the code samples by saving them into a `macros.exs` file and running it with `elixir macros.exs` or `iex macros.exs`.
1212
1313
## 2.1 Our first macro
1414

0 commit comments

Comments
 (0)