about summary refs log tree commit diff
path: root/src/libstd/io
diff options
context:
space:
mode:
authorLukas Kalbertodt <lukas.kalbertodt@gmail.com>2019-03-14 17:51:11 +0100
committerLukas Kalbertodt <lukas.kalbertodt@gmail.com>2019-03-14 17:51:11 +0100
commitea40aa46e7ddc3a363495951b88e7a4dc1dc17d7 (patch)
tree0fcf59338b60470996386cdd7695803288da3ea9 /src/libstd/io
parentc518f2dd7040eca7591d3cacffe3646d8f54ac7c (diff)
downloadrust-ea40aa46e7ddc3a363495951b88e7a4dc1dc17d7.tar.gz
rust-ea40aa46e7ddc3a363495951b88e7a4dc1dc17d7.zip
Change "undefined" to "unspecified" in `Seek::stream_len` docs
Diffstat (limited to 'src/libstd/io')
-rw-r--r--src/libstd/io/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs
index 9edda304bb9..2e521b32903 100644
--- a/src/libstd/io/mod.rs
+++ b/src/libstd/io/mod.rs
@@ -1336,7 +1336,7 @@ pub trait Seek {
     /// method returns successfully, the seek position is unchanged (i.e. the
     /// position before calling this method is the same as afterwards).
     /// However, if this method returns an error, the seek position is
-    /// undefined.
+    /// unspecified.
     ///
     /// If you need to obtain the length of *many* streams and you don't care
     /// about the seek position afterwards, you can reduce the number of seek