Skip to content

Commit 00844f1

Browse files
committed
minor fix to goal dispatcher comments
1 parent a5034a1 commit 00844f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

merlin2_arch/merlin2_mission_layer/merlin2_mission/merlin2_mission/merlin2_goal_dispatcher.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1515

1616

17-
"""Goal Dispatcher, which is in charger of adding/deleting new propositions
18-
as goals and executing/canceling the Executor (canceling everything else)"""
17+
"""Goal Dispatcher in charger of adding/deleting new propositions as goals and executing/canceling the Executor"""
1918

2019
from typing import List
2120

0 commit comments

Comments
 (0)