Skip to content

Commit 3b8a37c

Browse files
committed
fix docs
1 parent d7f15c7 commit 3b8a37c

File tree

2 files changed

+54
-72
lines changed

2 files changed

+54
-72
lines changed

docs/learn-the-basics/BT_basics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ this node could be either:
121121
![Simple Decorator: Enter Room](images/DecoratorEnterRoom.svg)
122122

123123
The node __Inverter__ is a Decorator that inverts
124-
the result returned by its child; An Inverter followed by the node called
125-
__isDoorOpen__ is, therefore, equivalent to
124+
the result returned by its child; an Inverter followed by the node called
125+
__isDoorClosed__ is, therefore, equivalent to
126126

127-
"Is the door closed?".
127+
"Is the door open?".
128128

129129
The node __Retry__ will repeat ticking the child up to __num_attempts__ times (5 in this case)
130130
if the child returns FAILURE.

docs/learn-the-basics/images/DecoratorEnterRoom.svg

Lines changed: 51 additions & 69 deletions
Loading

0 commit comments

Comments
 (0)