Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9fc13 commit f60afbdCopy full SHA for f60afbd
docs/FallbackNode.md
@@ -17,7 +17,7 @@ They share the following rules:
17
- If a child returns __FAILURE__, the fallback ticks the next child.
18
19
- If the __last__ child returns __FAILURE__ too, all the children are halted and
20
- the sequence returns __FAILURE__.
+ the fallback returns __FAILURE__.
21
22
- If a child returns __SUCCESS__, it stops and returns __SUCCESS__.
23
All the children are halted.
0 commit comments