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 d6f3338 commit cce544aCopy full SHA for cce544a
src/lib.rs
@@ -484,7 +484,7 @@ decl_storage! {
484
485
decl_event!(
486
pub enum Event {
487
- /// New session has happened. Note that the argument is the session index, not the block
+ /// New session has happened. Note that the argument is the [session_index], not the block
488
/// number as the type might suggest.
489
NewSession(SessionIndex),
490
}
0 commit comments