Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f60afbd

Browse files
authored
Update FallbackNode.md (#306)
typo correction.
1 parent 9d9fc13 commit f60afbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/FallbackNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ They share the following rules:
1717
- If a child returns __FAILURE__, the fallback ticks the next child.
1818

1919
- If the __last__ child returns __FAILURE__ too, all the children are halted and
20-
the sequence returns __FAILURE__.
20+
the fallback returns __FAILURE__.
2121

2222
- If a child returns __SUCCESS__, it stops and returns __SUCCESS__.
2323
All the children are halted.

0 commit comments

Comments
 (0)