Skip to content

Commit 5e4d965

Browse files
Fix typo in SequenceNode.md (#53)
1 parent 58d5cd0 commit 5e4d965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-4.0.2/nodes-library/SequenceNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This tree represents the behavior of a sniper in a computer game.
4545

4646
This node is particularly useful to continuously check Conditions; but
4747
the user should also be careful when using asynchronous children, to be
48-
sure that they are not ticked more often that expected.
48+
sure that they are not ticked more often than expected.
4949

5050
Let's take a look at another example:
5151

0 commit comments

Comments
 (0)