From 1c3c28f3b09d0c7fbadfba53322bac7a83a2e268 Mon Sep 17 00:00:00 2001 From: Michael Assaf <94772640+snowmead@users.noreply.github.com> Date: Sat, 12 Aug 2023 16:05:47 -0400 Subject: [PATCH] Doc wording Co-authored-by: Keith Yeung --- frame/scheduler/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frame/scheduler/src/lib.rs b/frame/scheduler/src/lib.rs index 36a45b543e8bf..32f5f7f290214 100644 --- a/frame/scheduler/src/lib.rs +++ b/frame/scheduler/src/lib.rs @@ -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