Skip to content

Commit a924b56

Browse files
authored
Fix typo
1 parent 2d0244b commit a924b56

File tree

1 file changed

+1
-1
lines changed
  • core/include/moveit/task_constructor

1 file changed

+1
-1
lines changed

core/include/moveit/task_constructor/stage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class PropagatingEitherWayPrivate;
283283
/** Base class for stages that can propagate InterfaceStates
284284
*
285285
* They read an InterfaceState on one side (start or end) and
286-
* push a new InterfaceState to the opposite site.
286+
* push a new InterfaceState to the opposite side.
287287
* By default, the class auto-derives its actual propagation direction from the context.
288288
* In order to enforce forward, backward, or bothway propagation, one can use restrictDirection().
289289
*/

0 commit comments

Comments
 (0)