Skip to content

Commit d0d1177

Browse files
authored
[docs] match text to graphics (#340)
1 parent 58b65b3 commit d0d1177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/BT_basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ __isDoorOpen__ is therefore equivalent to
120120

121121
"Is the door closed?".
122122

123-
The node __Retry__ will repeat ticking the child up to N times (3 in this case)
123+
The node __Retry__ will repeat ticking the child up to __num_attempts__ times (5 in this case)
124124
if the child returns FAILURE.
125125

126126
__Apparently__, the branch on the right side means:
127127

128128
If the door is closed, then try to open it.
129-
Try up to 3 times, otherwise give up and return FAILURE.
129+
Try up to 5 times, otherwise give up and return FAILURE.
130130

131131
But...
132132

0 commit comments

Comments
 (0)