From 7bd8b35a3dfe61e59ffea39d464e84fbcdead29a Mon Sep 17 00:00:00 2001 From: iwVerve <53627487+iwVerve@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:35:00 +0100 Subject: [PATCH] langref: fix missing word typo --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index 9cd1844e51..f6dd3c9c61 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -370,7 +370,7 @@ pub fn main() !void { } {#code_end#}

- Most of the time, it more appropriate to write to stderr rather than stdout, and + Most of the time, it is more appropriate to write to stderr rather than stdout, and whether or not the message is successfully written to the stream is irrelevant. For this common case, there is a simpler API: