We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ca148 commit 3113b6bCopy full SHA for 3113b6b
library/std/src/io/mod.rs
@@ -1671,7 +1671,7 @@ pub trait Seek {
1671
1672
/// Rewind to the beginning of a stream.
1673
///
1674
- /// This is a convenience method, equivalent to `seek(SeekFrom::Start(0)`.
+ /// This is a convenience method, equivalent to `seek(SeekFrom::Start(0))`.
1675
1676
/// # Errors
1677
0 commit comments