chore(typo): fix two small typos (#249)

This commit is contained in:
guanqun 2021-03-31 16:21:20 +08:00 committed by GitHub
parent 5dbed7cbd2
commit bc80b7d327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -752,7 +752,7 @@ impl Provider<MockProvider> {
}
}
/// infallbile conversion of Bytes to Address/String
/// infallible conversion of Bytes to Address/String
///
/// # Panics
///

View File

@ -31,7 +31,7 @@ enum FilterWatcherState<'a, R> {
#[must_use = "filters do nothing unless you stream them"]
#[pin_project]
/// Streams data from an installed filter via `eth_getFilterCahnges`
/// Streams data from an installed filter via `eth_getFilterChanges`
pub struct FilterWatcher<'a, P, R> {
/// The filter's installed id on the ethereum node
pub id: U256,