From ad13af7c4e3ced1c865aa1a9b46c2b398cc22e12 Mon Sep 17 00:00:00 2001 From: Taehyeon <45509381+plmoknijb15@users.noreply.github.com> Date: Tue, 12 Oct 2021 14:55:23 +0900 Subject: [PATCH] Update FallbackNode.md typo correction. --- docs/FallbackNode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FallbackNode.md b/docs/FallbackNode.md index 7c517b45c..773bb15d2 100644 --- a/docs/FallbackNode.md +++ b/docs/FallbackNode.md @@ -17,7 +17,7 @@ They share the following rules: - If a child returns __FAILURE__, the fallback ticks the next child. - If the __last__ child returns __FAILURE__ too, all the children are halted and - the sequence returns __FAILURE__. + the fallback returns __FAILURE__. - If a child returns __SUCCESS__, it stops and returns __SUCCESS__. All the children are halted.