Fix typo in doc
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
This commit is contained in:
parent
c3ca148ac0
commit
3113b6bd69
1 changed files with 1 additions and 1 deletions
|
@ -1671,7 +1671,7 @@ pub trait Seek {
|
||||||
|
|
||||||
/// Rewind to the beginning of a stream.
|
/// 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
|
/// # Errors
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue