aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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.
///