zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 7bd8b35a3dfe61e59ffea39d464e84fbcdead29a (tree)
parent 3069669bc13450988d58d650c82289ba796ab966
Author: iwVerve <53627487+iwVerve@users.noreply.github.com>
Date:   Mon,  5 Feb 2024 16:35:00 +0100

langref: fix missing word typo
Diffstat:
Mdoc/langref.html.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -370,7 +370,7 @@ pub fn main() !void { } {#code_end#} <p> - 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: </p>