diff --git a/substrate/frame/asset-rewards/src/lib.rs b/substrate/frame/asset-rewards/src/lib.rs index 9053d540681de16708ada73936ca518a0697146b..56564a5403508149c26594ce40560ba572a06d27 100644 --- a/substrate/frame/asset-rewards/src/lib.rs +++ b/substrate/frame/asset-rewards/src/lib.rs @@ -43,7 +43,7 @@ //! //! ## Permissioning //! -//! Currently, pool creation and management is permissioned and restricted to a configured Origin. +//! Currently, pool creation and management restricted to a configured Origin. //! //! Future iterations of this pallet may allow permissionless creation and management of pools. //!