We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ebb3b commit a88d0e3Copy full SHA for a88d0e3
toolkit/governed-map/primitives/src/lib.rs
@@ -284,7 +284,7 @@ impl sp_inherents::InherentDataProvider for GovernedMapInherentDataProvider {
284
#[cfg(feature = "std")]
285
#[async_trait::async_trait]
286
pub trait GovernedMapDataSource {
287
- /// Queries all changes that occured in the mappings of the Governed Map on Cardano in the given range of blocks.
+ /// Queries all changes that occurred in the mappings of the Governed Map on Cardano in the given range of blocks.
288
///
289
/// # Arguments:
290
/// - `since_mc_block`: lower bound (exclusive). If [None], the data source should return all changes since the genesis block.
0 commit comments