Skip to content

Commit

Permalink
Minor spelling correction (BehaviorTree#305)
Browse files Browse the repository at this point in the history
Corrected `the_aswer` to `the_answer`
  • Loading branch information
swarajpeppermint authored Oct 13, 2021
1 parent f60afbd commit bd14adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial_02_basic_ports.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ int main()
}
```

We "connect" output ports to input ports using the same key (`the_aswer`);
We "connect" output ports to input ports using the same key (`the_answer`);
this means that they "point" to the same entry of the blackboard.

These ports can be connected to each other because their type is the same,
Expand Down

0 comments on commit bd14adc

Please sign in to comment.