authorgravatar for 53627487+iwVerve@users.noreply.github.comiwVerve <53627487+iwVerve@users.noreply.github.com> 2024-02-05 16:35:00+01:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2024-02-06 17:22:59+02:00
log7bd8b35a3dfe61e59ffea39d464e84fbcdead29a
tree14a1ccd4938f002505bed233779728db2861f59c
parent3069669bc13450988d58d650c82289ba796ab966

langref: fix missing word typo


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
...@@ -370,7 +370,7 @@ pub fn main() !void {...@@ -370,7 +370,7 @@ pub fn main() !void {
370}370}
371 {#code_end#}371 {#code_end#}
372 <p>372 <p>
373 Most of the time, it more appropriate to write to stderr rather than stdout, and373 Most of the time, it is more appropriate to write to stderr rather than stdout, and
374 whether or not the message is successfully written to the stream is irrelevant.374 whether or not the message is successfully written to the stream is irrelevant.
375 For this common case, there is a simpler API:375 For this common case, there is a simpler API:
376 </p>376 </p>