From cae360dea442e43d2a9770358ca607d04b7f7efe Mon Sep 17 00:00:00 2001 From: Filip Figiel Date: Tue, 6 Jun 2023 22:42:36 +0200 Subject: docs: typo --- src/gleam/io.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /// -- cgit v1.2.3