From b8115b257ff0785b9f7698d467d36edef6957f1e Mon Sep 17 00:00:00 2001 From: Robert Habermeier Date: Fri, 6 Jul 2018 13:50:40 +0200 Subject: [PATCH] fix typo (#285) --- polkadot/consensus/src/shared_table/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/consensus/src/shared_table/mod.rs b/polkadot/consensus/src/shared_table/mod.rs index 7b22c6c0b3..1c46b67b09 100644 --- a/polkadot/consensus/src/shared_table/mod.rs +++ b/polkadot/consensus/src/shared_table/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Polkadot. If not, see . -//! Parachain statement table meant to to shared with a message router +//! Parachain statement table meant to be shared with a message router //! and a consensus proposer. use std::collections::{HashMap, HashSet};