Skip to content

Commit ea40aa4

Browse files
Change "undefined" to "unspecified" in Seek::stream_len docs
1 parent c518f2d commit ea40aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ pub trait Seek {
13361336
/// method returns successfully, the seek position is unchanged (i.e. the
13371337
/// position before calling this method is the same as afterwards).
13381338
/// However, if this method returns an error, the seek position is
1339-
/// undefined.
1339+
/// unspecified.
13401340
///
13411341
/// If you need to obtain the length of *many* streams and you don't care
13421342
/// about the seek position afterwards, you can reduce the number of seek

0 commit comments

Comments
 (0)