From 8add773b12865a6067a25d3801fc80602b0a33c6 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Tue, 15 Mar 2016 17:56:35 +0100 Subject: [PATCH] [ci skip] grammar fix --- rpc/src/v1/impls/eth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/src/v1/impls/eth.rs b/rpc/src/v1/impls/eth.rs index 66339241e..0e5d35dca 100644 --- a/rpc/src/v1/impls/eth.rs +++ b/rpc/src/v1/impls/eth.rs @@ -321,7 +321,7 @@ impl Eth for EthClient fn work(&self, params: Params) -> Result { 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 {