chore: fix some comments (#4004)

Signed-off-by: divdeploy <chenguangxue@outlook.com>
This commit is contained in:
divdeploy
2024-04-06 02:35:57 +08:00
committed by GitHub
parent 0832f0f36d
commit a0eed0a6f8
5 changed files with 5 additions and 5 deletions
@@ -1102,7 +1102,7 @@ where
// need to handle these newly generated actions before we finalize
// completing additional actions in the submitted sequence of actions.
//
// Since recursive async functions are not not stable yet, we are
// Since recursive async functions are not stable yet, we are
// forced to modify the actions iterator on the fly whenever a new set
// of actions are generated by handling a single action.
//