Skip to content

Commit 18e39f8

Browse files
Sebastian Duquejosevalim
Sebastian Duque
authored andcommitted
typo in crash-course, atoms (elixir-lang#784)
1 parent 0d9402c commit 18e39f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crash-course.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Erlang and Elixir have the same data types for the most part, but there are a nu
186186

187187
### Atoms
188188

189-
In Erlang, an `atom` is any identifier that starts with a lowercase letter, e.g. `ok`, `tuple`, `donut`. Identifiers that start with a capital letters are always treated as variable names. Elixir, on the other hand, uses the former for naming variables, and the latter are treated as atom aliases. Atoms in Elixir always start with a colon `:`.
189+
In Erlang, an `atom` is any identifier that starts with a lowercase letter, e.g. `ok`, `tuple`, `donut`. Identifiers that start with a capital letter are always treated as variable names. Elixir, on the other hand, uses the former for naming variables, and the latter are treated as atom aliases. Atoms in Elixir always start with a colon `:`.
190190

191191
**Erlang**
192192

0 commit comments

Comments
 (0)