aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 f2cbd43..734ae01 100644
--- a/src/gleam/io.gleam
+++ b/src/gleam/io.gleam
@@ -65,7 +65,7 @@ fn do_println(string string: String) -> Nil
/// ```gleam
/// io.println_error("Hi pop")
/// // -> Nil
-/// // Hi mum
+/// // Hi pop
/// ```
///
pub fn println_error(string: String) -> Nil {