Skip to content

Commit

Permalink
Merge pull request #30 from carado/patch-2
Browse files Browse the repository at this point in the history
Fix documentation typo
  • Loading branch information
jonhoo authored Jan 24, 2021
2 parents 1e34714 + f6d341b commit ca8b16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ impl<T: Clone + Sync> BusReader<T> {
/// If the corresponding bus has been dropped, and all broadcasts have been received, this
/// method will return with a disconnected error.
///
/// This mehtod is useful for a flavor of "optimistic check" before deciding to block on a
/// This method is useful for a flavor of "optimistic check" before deciding to block on a
/// receiver.
///
/// ```rust
Expand Down

0 comments on commit ca8b16f

Please sign in to comment.