Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Doc wording
Browse files Browse the repository at this point in the history
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
  • Loading branch information
snowmead and KiChjang authored Aug 12, 2023
1 parent a754cf0 commit 1c3c28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/scheduler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
//! * Could lead to undefined behavior.
//! * Removed or changed the ordering/index of the runtime call.
//! * Could fail due to the runtime call index not being part of the `Call`.
//! * Could lead to unintended behavior, such as executing another runtime call with the same
//! * Could lead to undefined behavior, such as executing another runtime call with the same
//! index.
//!
//! ### Examples
Expand Down

0 comments on commit 1c3c28f

Please sign in to comment.