weather -> whether (#8938)

This commit is contained in:
Sebastian Müller
2021-05-28 23:32:00 +02:00
committed by GitHub
parent 32b793657a
commit 1888e56abc
+1 -1
View File
@@ -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