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

Skip to content

Commit 162d5b2

Browse files
authored
Fix typo
1 parent b48b52d commit 162d5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SequenceNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sequences
22

3-
A __Sequence__ ticks all it's children as long as
3+
A __Sequence__ ticks all its children as long as
44
they return SUCCESS. If any child returns FAILURE, the sequence is aborted.
55

66
Currently the framework provides three kinds of nodes:

0 commit comments

Comments
 (0)