diff --git a/substrate/frame/asset-rewards/src/lib.rs b/substrate/frame/asset-rewards/src/lib.rs index 4b838d1d58659ebe87a0a0691d946c206973fe3a..344168cce5274e13fa4585b2ce3d545d21807c6c 100644 --- a/substrate/frame/asset-rewards/src/lib.rs +++ b/substrate/frame/asset-rewards/src/lib.rs @@ -128,7 +128,7 @@ pub struct PoolStakerInfo<Balance> { reward_per_token_paid: Balance, } -/// The state and configuration an incentive pool. +/// The state and configuration of an incentive pool. #[derive(Debug, Clone, Decode, Encode, Default, PartialEq, Eq, MaxEncodedLen, TypeInfo)] pub struct PoolInfo<AccountId, AssetId, Balance, BlockNumber> { /// The asset staked in this pool.