We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6adc5 commit 153ea87Copy full SHA for 153ea87
getting_started/meta/1.markdown
@@ -77,7 +77,7 @@ Besides the tuple defined above, there are five Elixir literals that, when quote
77
```elixir
78
:sum #=> Atoms
79
1.0 #=> Numbers
80
-[1,2] #=> Lists
+[1, 2] #=> Lists
81
"strings" #=> Strings
82
{key, value} #=> Tuples with two elements
83
```
0 commit comments