From 1854d9d9b1f25cd8310e804c2ff7b63fed492230 Mon Sep 17 00:00:00 2001 From: Nic Date: Sun, 22 Aug 2021 17:21:22 +0200 Subject: [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. --- elixir.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elixir.html.markdown') 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. -- cgit v1.2.3