aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdelar da Silva Queiróz <adelarsq@gmail.com>2020-06-17 22:11:11 -0300
committerLouis Pilfold <louis@lpil.uk>2020-06-18 17:26:04 +0100
commit1c72f8236612ef5a4f5a062157d3639ae468fe0e (patch)
tree1d5bd5cd7482c0a910117c5b7897131c6e720e8a /src
parent11b46c1137903e675fbc61f62fc1dcbba2ef284c (diff)
downloadgleam_stdlib-1c72f8236612ef5a4f5a062157d3639ae468fe0e.tar.gz
gleam_stdlib-1c72f8236612ef5a4f5a062157d3639ae468fe0e.zip
Spelling correction
Diffstat (limited to 'src')
-rw-r--r--src/gleam/atom.gleam2
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.
///