diff --git a/substrate/frame/src/lib.rs b/substrate/frame/src/lib.rs index 3836e71cb00f25a74b989e53db39ae34a5949851..235d75a4b7520e18eeacdad49f466146fc11a5b1 100644 --- a/substrate/frame/src/lib.rs +++ b/substrate/frame/src/lib.rs @@ -30,7 +30,7 @@ //! > **F**ramework for **R**untime **A**ggregation of **M**odularized **E**ntities: Substrate's //! > State Transition Function (Runtime) Framework. //! -//! //! ## Usage +//! ## Usage //! //! The main intended use of this crate is for it to be imported with its preludes: //!