Fix typos (#2375)
This commit is contained in:
parent
1091a8ba1a
commit
430a49ebc2
10 changed files with 12 additions and 12 deletions
|
|
@ -65,7 +65,7 @@ impl<T: 'static> Runner<T> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Returns the cooresponding `StartCause` for the current `state`, or `None`
|
||||
/// Returns the corresponding `StartCause` for the current `state`, or `None`
|
||||
/// when in `Exit` state.
|
||||
fn maybe_start_cause(&self) -> Option<StartCause> {
|
||||
Some(match self.state {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue