langref: fix missing word typo

This commit is contained in:
iwVerve 2024-02-05 16:35:00 +01:00 committed by Veikka Tuominen
parent 3069669bc1
commit 7bd8b35a3d

View File

@ -370,7 +370,7 @@ pub fn main() !void {
} }
{#code_end#} {#code_end#}
<p> <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. whether or not the message is successfully written to the stream is irrelevant.
For this common case, there is a simpler API: For this common case, there is a simpler API:
</p> </p>