mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[elixir/en] Update description of an Atom. (#4216)
I really struggled to parse what was being explained, but found the wording on https://hexdocs.pm/elixir/1.12/Atom.html much easier to understand.
This commit is contained in:
parent
cdbdf70809
commit
1854d9d9b1
@ -33,7 +33,7 @@ and many more features.
|
|||||||
0x1F # integer
|
0x1F # integer
|
||||||
3.0 # float
|
3.0 # float
|
||||||
|
|
||||||
# Atoms, that are literals, a constant with name. They start with `:`.
|
# Atoms are constants whose values are their own name. They start with `:`.
|
||||||
:hello # atom
|
:hello # atom
|
||||||
|
|
||||||
# Tuples that are stored contiguously in memory.
|
# Tuples that are stored contiguously in memory.
|
||||||
|
Loading…
Reference in New Issue
Block a user