Skip to content

Commit c4fa3a1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/io/mod.rs

Lines changed: 1 addition & 1 deletion
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)