diff options
Diffstat (limited to 'src')
-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 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 { |