[ci skip] grammar fix

This commit is contained in:
Nikolay Volf 2016-03-15 17:56:35 +01:00
parent ab4bfbac0d
commit 99bae23996
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ impl<C, S, A, M, EM> Eth for EthClient<C, S, A, M, EM>
fn work(&self, params: Params) -> Result<Value, Error> {
match params {
Params::None => {
// check if we a still syncing and return empty strings int that case
// check if we're still syncing and return empty strings int that case
{
let sync = take_weak!(self.sync);
if sync.status().state != SyncState::Idle {