| ... | @@ -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, and | 373 | 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> |