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 558de94..c8524f1 100644
--- a/src/gleam/io.gleam
+++ b/src/gleam/io.gleam
@@ -28,7 +28,7 @@ if javascript {
/// Writes a string to standard error.
///
-/// If you want your output to be printed on its own line see `eprintln`.
+/// If you want your output to be printed on its own line see `println_error`.
///
/// ## Example
///