From a489310c7e8b42c9568d2c7f1e1fc70a8cfe82c3 Mon Sep 17 00:00:00 2001 From: ordian Date: Mon, 12 Dec 2022 23:24:01 +0100 Subject: [PATCH] typo --- runtime/parachains/src/disputes/slashing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/parachains/src/disputes/slashing.rs b/runtime/parachains/src/disputes/slashing.rs index c983c95a7e6e..6c85730ea5f4 100644 --- a/runtime/parachains/src/disputes/slashing.rs +++ b/runtime/parachains/src/disputes/slashing.rs @@ -30,7 +30,7 @@ //! the dispute is concluded. This is also what `im-online` pallet does. //! However, since a dispute can conclude several sessions after the candidate //! was backed (see `dispute_period` in `HostConfiguration`), we can't rely on -//! this information be available in the context of the current block. The +//! this information being available in the context of the current block. The //! `babe` and `grandpa` equivocation handlers also have to deal with this //! problem. //!