Skip to content

Commit cce544a

Browse files
authored
More app-friendly event description (#6684)
* More app-friendly event description * change origin -> owner * checked all decl_event! and changed decriptions. * annotated parameter names for remaining events
1 parent d6f3338 commit cce544a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ decl_storage! {
484484

485485
decl_event!(
486486
pub enum Event {
487-
/// New session has happened. Note that the argument is the session index, not the block
487+
/// New session has happened. Note that the argument is the [session_index], not the block
488488
/// number as the type might suggest.
489489
NewSession(SessionIndex),
490490
}

0 commit comments

Comments
 (0)