From d34d58088a2bf7d9ddaff914c61676f4595d842f Mon Sep 17 00:00:00 2001 From: Samuel Burkhardt Date: Fri, 22 Mar 2024 10:56:27 +0100 Subject: fix code example output of io.println_error() this fixes a small inconsistency on https://hexdocs.pm/gleam_stdlib/gleam/io.html#println_error --- src/gleam/io.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { -- cgit v1.2.3