diff --git a/docs/FallbackNode.md b/docs/FallbackNode.md index 5732dc06b..750d71fae 100644 --- a/docs/FallbackNode.md +++ b/docs/FallbackNode.md @@ -98,7 +98,6 @@ if he/she is fully rested. // Suspend execution and return SUCCESS. // At the next tick, index will be the same. HaltAllChildren(); - index = 0; return SUCCESS; } }