Skip to content

Explain EOF behavior in File.eof(). #16578

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 18, 2014
Merged

Conversation

steveklabnik
Copy link
Member

Fies #16239.

/// Note that the operating system will not return an `EOF` indicator
/// until you have attempted to read past the end of the file, so if
/// you've read _exactly_ the number of bytes in the file, this will
/// return `false`, not `true.
Copy link
Contributor

Choose a reason for hiding this comment

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

missing backtick

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed

@steveklabnik
Copy link
Member Author

@pcwalton , i fixed a typo. can you re-r+ please?

bors added a commit that referenced this pull request Aug 18, 2014
@bors bors closed this Aug 18, 2014
@bors bors merged commit 4a288bc into rust-lang:master Aug 18, 2014
@steveklabnik steveklabnik deleted the gh16239 branch August 18, 2014 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants