From 1888e56abccc6cff82763d101b6d7903ee86530f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Fri, 28 May 2021 23:32:00 +0200 Subject: [PATCH] weather -> whether (#8938) --- substrate/frame/support/src/weights.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/support/src/weights.rs b/substrate/frame/support/src/weights.rs index 840b1c3c01..9337ec330d 100644 --- a/substrate/frame/support/src/weights.rs +++ b/substrate/frame/support/src/weights.rs @@ -22,7 +22,7 @@ //! //! - [`WeighData`]: the weight amount. //! - [`ClassifyDispatch`]: class of the dispatch. -//! - [`PaysFee`]: weather this weight should be translated to fee and deducted upon dispatch. +//! - [`PaysFee`]: whether this weight should be translated to fee and deducted upon dispatch. //! //! Substrate then bundles the output information of the three traits into [`DispatchInfo`] struct //! and provides it by implementing the [`GetDispatchInfo`] for all `Call` both inner and outer call