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