From 1c72f8236612ef5a4f5a062157d3639ae468fe0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adelar=20da=20Silva=20Queir=C3=B3z?= Date: Wed, 17 Jun 2020 22:11:11 -0300 Subject: Spelling correction --- src/gleam/atom.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. /// -- cgit v1.2.3