We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b56c87 + 5285d35 commit c1b2dc2Copy full SHA for c1b2dc2
src/libstd/io/mod.rs
@@ -1204,8 +1204,8 @@ pub trait Write {
1204
pub trait Seek {
1205
/// Seek to an offset, in bytes, in a stream.
1206
///
1207
- /// A seek beyond the end of a stream is allowed, but implementation
1208
- /// defined.
+ /// A seek beyond the end of a stream is allowed, but behavior is defined
+ /// by the implementation.
1209
1210
/// If the seek operation completed successfully,
1211
/// this method returns the new position from the start of the stream.
0 commit comments