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:
parent
34dd95f909
commit
db0502d3cd
|
@ -76,7 +76,7 @@ impl HashEngine {
|
|||
}
|
||||
}
|
||||
|
||||
/// Create a new [`HashEngine`] from a [`Midstate`].
|
||||
/// Creates a new [`HashEngine`] from a [`Midstate`].
|
||||
///
|
||||
/// # Panics
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue