aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Dee <amyalicedee@gmail.com>2020-05-21 21:17:12 +0100
committerLouis Pilfold <louis@lpil.uk>2020-05-21 23:22:36 +0100
commit44c2a9a9bab0d0deca11a255d5d7d8d8dca72562 (patch)
treeabecc0f6027dcafd27be04c23ce3c16f3e02a237
parent9733dc536c431f127129499d30239f35f9a84d21 (diff)
downloadgleam_stdlib-44c2a9a9bab0d0deca11a255d5d7d8d8dca72562.tar.gz
gleam_stdlib-44c2a9a9bab0d0deca11a255d5d7d8d8dca72562.zip
Corrects typo in generated docs
-rw-r--r--src/gleam/io.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gleam/io.gleam b/src/gleam/io.gleam
index ae0fca9..f4c1ad5 100644
--- a/src/gleam/io.gleam
+++ b/src/gleam/io.gleam
@@ -3,7 +3,7 @@ external type DoNotLeak
external fn erl_print(String) -> DoNotLeak =
"io" "fwrite"
-/// Writes string to standard output
+/// Writes a string to standard output.
///
/// ## Example
///