From 7101379f72e2fd65559a984638b589c910d65fab Mon Sep 17 00:00:00 2001 From: Andronik Date: Fri, 5 Aug 2022 12:56:12 +0200 Subject: [PATCH] typo fix --- 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 9f934a2d215d..bf0fe28aa3e3 100644 --- a/runtime/parachains/src/disputes/slashing.rs +++ b/runtime/parachains/src/disputes/slashing.rs @@ -23,7 +23,7 @@ //! active set. //! //! The `offences` pallet from Substrate provides us with a way to do both. -//! Current, the interface expects us to provide staking information +//! Currently, the interface expects us to provide staking information //! including nominator exposure in order to submit an offence. //! //! Normally, we'd able to fetch this information from the runtime as soon as