Skip to content

Commit 1694b93

Browse files
committed
---
yaml --- r: 222854 b: refs/heads/master c: 7b2dd1f h: refs/heads/master v: v3
1 parent 62f94d7 commit 1694b93

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: f7b3cd3337021ed16302fd6a9cc5bcf0afee6679
2+
refs/heads/master: 7b2dd1fb281dab2543f619a52bc8c217d3ed7700
33
refs/heads/snap-stage3: a5c12f4e39d32af3c951b66bd2839bc0b5a1125b
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/libstd/io/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,8 +1060,9 @@ pub trait Seek {
10601060
/// The behavior when seeking past the end of the stream is implementation
10611061
/// defined.
10621062
///
1063-
/// This method returns the new position within the stream if the seek
1064-
/// operation completed successfully.
1063+
/// If the seek operation completed successfully,
1064+
/// this method returns the new position from the start of the stream.
1065+
/// That position can be used later with `SeekFrom::Start`.
10651066
///
10661067
/// # Errors
10671068
///

0 commit comments

Comments
 (0)