From 74c7fe116cfd13f2da7b79bf16e0277781fb6950 Mon Sep 17 00:00:00 2001 From: Robert Habermeier Date: Fri, 6 Jul 2018 11:34:04 +0100 Subject: [PATCH] fix typo --- 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 7b22c6c0b330a..1c46b67b09b3f 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};