Use third person in rustdoc

As is convention in this repo use the third person when describing the
`sha256::HashEngine::from_midstate` function.
This commit is contained in:
Tobin C. Harding 2024-07-15 09:35:30 +10:00
parent 34dd95f909
commit db0502d3cd
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ impl HashEngine {
}
}
/// Create a new [`HashEngine`] from a [`Midstate`].
/// Creates a new [`HashEngine`] from a [`Midstate`].
///
/// # Panics
///