Skip to content

Commit d8caeb3

Browse files
authored
[docs] Clarify sentence (#344)
`... will sleep up to 8 hours or less, if he/she is fully rested.` was not clear. It can also be understood as `If he/she is fully rested, the character will sleep ...`
1 parent d0d1177 commit d8caeb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/FallbackNode.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ This ControlNode is used when you want to interrupt an __asynchronous__
8080
child if one of the previous Conditions changes its state from
8181
FAILURE to SUCCESS.
8282

83-
In the following example, character will sleep up to 8 hours or less,
84-
if he/she is fully rested.
83+
In the following example, the character will sleep *up to* 8 hours. If he/she has fully rested, then the node `areYouRested?` will return SUCCESS and the asynchronous nodes `Timeout (8 hrs)` and `Sleep` will be interrupted.
8584

8685
![ReactiveFallback](images/ReactiveFallback.png)
8786

0 commit comments

Comments
 (0)