We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9ab0d commit 349afcfCopy full SHA for 349afcf
src/libstd/io/stdio.rs
@@ -235,7 +235,7 @@ pub fn print(s: &str) {
235
with_task_stdout(|io| io.write(s.as_bytes()))
236
}
237
238
-/// Prints a string as a line. to the stdout of the current process. A literal
+/// Prints a string to the stdout of the current process. A literal
239
/// `\n` character is printed to the console after the string.
240
pub fn println(s: &str) {
241
with_task_stdout(|io| {
0 commit comments