about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--library/std/src/io/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/io/mod.rs b/library/std/src/io/mod.rs
index 7165b155eef..cebed3a7c18 100644
--- a/library/std/src/io/mod.rs
+++ b/library/std/src/io/mod.rs
@@ -1671,7 +1671,7 @@ pub trait Seek {
 
     /// Rewind to the beginning of a stream.
     ///
-    /// This is a convenience method, equivalent to `seek(SeekFrom::Start(0)`.
+    /// This is a convenience method, equivalent to `seek(SeekFrom::Start(0))`.
     ///
     /// # Errors
     ///