diff options
author | Adelar da Silva Queiróz <adelarsq@gmail.com> | 2020-06-17 22:11:11 -0300 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-18 17:26:04 +0100 |
commit | 1c72f8236612ef5a4f5a062157d3639ae468fe0e (patch) | |
tree | 1d5bd5cd7482c0a910117c5b7897131c6e720e8a | |
parent | 11b46c1137903e675fbc61f62fc1dcbba2ef284c (diff) | |
download | gleam_stdlib-1c72f8236612ef5a4f5a062157d3639ae468fe0e.tar.gz gleam_stdlib-1c72f8236612ef5a4f5a062157d3639ae468fe0e.zip |
Spelling correction
-rw-r--r-- | src/gleam/atom.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gleam/atom.gleam b/src/gleam/atom.gleam index b101139..d53c7ad 100644 --- a/src/gleam/atom.gleam +++ b/src/gleam/atom.gleam @@ -1,5 +1,5 @@ /// Atom is a special string-like data-type that is most commonly used for -/// interfacing with code written in other BEAM langauges such as Erlang and +/// interfacing with code written in other BEAM languages such as Erlang and /// Elixir. It is preferable to define your own custom types to use instead of /// atoms where possible. /// |