Skip to content

Commit 153ea87

Browse files
committed
Add space
1 parent 8f6adc5 commit 153ea87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/meta/1.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Besides the tuple defined above, there are five Elixir literals that, when quote
7777
```elixir
7878
:sum #=> Atoms
7979
1.0 #=> Numbers
80-
[1,2] #=> Lists
80+
[1, 2] #=> Lists
8181
"strings" #=> Strings
8282
{key, value} #=> Tuples with two elements
8383
```

0 commit comments

Comments
 (0)