Skip to content

Commit

Permalink
Fixes doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gupnik committed Nov 27, 2023
1 parent 2c28d31 commit ff85200
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions substrate/frame/system/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,21 +308,21 @@ pub mod pallet {
/// The weight of database operations that the runtime can invoke.
type DbWeight = ();

/// The ubiquitous event type injected by `construct_runtime!`.
#[inject_runtime_type]
/// The ubiquitous event type injected by `construct_runtime!`.
type RuntimeEvent = ();

/// The ubiquitous origin type injected by `construct_runtime!`.
#[inject_runtime_type]
/// The ubiquitous origin type injected by `construct_runtime!`.
type RuntimeOrigin = ();

#[inject_runtime_type]
/// The aggregated dispatch type available for extrinsics, injected by
/// `construct_runtime!`.
#[inject_runtime_type]
type RuntimeCall = ();

/// Converts a module to the index of the module, injected by `construct_runtime!`.
#[inject_runtime_type]
/// Converts a module to the index of the module, injected by `construct_runtime!`.
type PalletInfo = ();

/// The basic call filter to use in dispatchable. Supports everything as the default.
Expand Down

0 comments on commit ff85200

Please sign in to comment.