Commit 7bd8b35a3d

iwVerve <53627487+iwVerve@users.noreply.github.com>
2024-02-05 16:35:00
langref: fix missing word typo
1 parent 3069669
Changed files (1)
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>