Skip to content

Commit

Permalink
doc: make the sentence make more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Aug 3, 2014
1 parent 8b9ab0d commit 349afcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/io/stdio.rs
Expand Up @@ -235,7 +235,7 @@ pub fn print(s: &str) {
with_task_stdout(|io| io.write(s.as_bytes()))
}

/// 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
/// `\n` character is printed to the console after the string.
pub fn println(s: &str) {
with_task_stdout(|io| {
Expand Down

13 comments on commit 349afcf

@bors
Copy link
Contributor

@bors bors commented on 349afcf Aug 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at tshepang@349afcf

@bors
Copy link
Contributor

@bors bors commented on 349afcf Aug 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging tshepang/rust/temp = 349afcf into auto

@bors
Copy link
Contributor

@bors bors commented on 349afcf Aug 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tshepang/rust/temp = 349afcf merged ok, testing candidate = b1041783

@bors
Copy link
Contributor

@bors bors commented on 349afcf Aug 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at tshepang@349afcf

@bors
Copy link
Contributor

@bors bors commented on 349afcf Aug 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging tshepang/rust/temp = 349afcf into auto

@bors
Copy link
Contributor

@bors bors commented on 349afcf Aug 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tshepang/rust/temp = 349afcf merged ok, testing candidate = e42ce931

@bors
Copy link
Contributor

@bors bors commented on 349afcf Aug 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 349afcf Aug 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at tshepang@349afcf

@bors
Copy link
Contributor

@bors bors commented on 349afcf Aug 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging tshepang/rust/temp = 349afcf into auto

@bors
Copy link
Contributor

@bors bors commented on 349afcf Aug 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tshepang/rust/temp = 349afcf merged ok, testing candidate = 1a53c00

@bors
Copy link
Contributor

@bors bors commented on 349afcf Aug 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 1a53c00

Please sign in to comment.