| author | |
| committer | |
| log | 7bd8b35a3dfe61e59ffea39d464e84fbcdead29a |
| tree | 14a1ccd4938f002505bed233779728db2861f59c |
| parent | 3069669bc13450988d58d650c82289ba796ab966 |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | ... | @@ -370,7 +370,7 @@ pub fn main() !void { |
| 370 | 370 | } |
| 371 | 371 | {#code_end#} |
| 372 | 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 | 374 | whether or not the message is successfully written to the stream is irrelevant. |
| 375 | 375 | For this common case, there is a simpler API: |
| 376 | 376 | </p> |