1
Fork 0

Fix typo in doc

Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
This commit is contained in:
Ian Jackson 2021-05-10 13:50:56 +01:00 committed by GitHub
parent c3ca148ac0
commit 3113b6bd69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
///