diff options
Diffstat (limited to 'elixir.html.markdown')
| -rw-r--r-- | elixir.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/elixir.html.markdown b/elixir.html.markdown index 8b80c582..9f96be49 100644 --- a/elixir.html.markdown +++ b/elixir.html.markdown @@ -33,7 +33,7 @@ and many more features.  0x1F # integer  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  # Tuples that are stored contiguously in memory. | 
