doc(frame): [nitpicks] (#8396)

This commit is contained in:
sacha-l
2021-03-18 12:20:02 -04:00
committed by GitHub
parent 4a0d6d9490
commit 33fefc258c
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ pub mod pallet {
#[pallet::constant]
type MaxValueSize: Get<u32>;
/// Used to answer contracts's queries regarding the current weight price. This is **not**
/// Used to answer contracts' queries regarding the current weight price. This is **not**
/// used to calculate the actual fee and is only for informational purposes.
type WeightPrice: Convert<Weight, BalanceOf<Self>>;