From 44c2a9a9bab0d0deca11a255d5d7d8d8dca72562 Mon Sep 17 00:00:00 2001 From: Al Dee Date: Thu, 21 May 2020 21:17:12 +0100 Subject: Corrects typo in generated docs --- src/gleam/io.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 /// -- cgit v1.2.3