chore(typo): fix two small typos (#249)
This commit is contained in:
parent
5dbed7cbd2
commit
bc80b7d327
|
@ -752,7 +752,7 @@ impl Provider<MockProvider> {
|
|||
}
|
||||
}
|
||||
|
||||
/// infallbile conversion of Bytes to Address/String
|
||||
/// infallible conversion of Bytes to Address/String
|
||||
///
|
||||
/// # Panics
|
||||
///
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue