diff options
author | Filip Figiel <figiel.filip@gmail.com> | 2023-06-06 22:42:36 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-06-13 10:35:29 +0100 |
commit | cae360dea442e43d2a9770358ca607d04b7f7efe (patch) | |
tree | c5430599fbf80c36717771a7063bd3c659140cac | |
parent | 89eef10f6766c8cb514175c0b915e1272c775a73 (diff) | |
download | gleam_stdlib-cae360dea442e43d2a9770358ca607d04b7f7efe.tar.gz gleam_stdlib-cae360dea442e43d2a9770358ca607d04b7f7efe.zip |
docs: typo
-rw-r--r-- | src/gleam/io.gleam | 2 |
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 /// |