Skip to content

Commit 3113b6b

Browse files
ijacksonm-ou-se
andauthored
Fix typo in doc
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
1 parent c3ca148 commit 3113b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ pub trait Seek {
16711671

16721672
/// Rewind to the beginning of a stream.
16731673
///
1674-
/// This is a convenience method, equivalent to `seek(SeekFrom::Start(0)`.
1674+
/// This is a convenience method, equivalent to `seek(SeekFrom::Start(0))`.
16751675
///
16761676
/// # Errors
16771677
///

0 commit comments

Comments
 (0)