Skip to content

Commit 5980b67

Browse files
committed
refactor: コメントの修正
1 parent 3b2d707 commit 5980b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/motions/Motion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Motion {
2323
virtual void run() = 0;
2424

2525
protected:
26-
Robot& robot; // Robotインスタンスのポインタ
26+
Robot& robot; // Robotインスタンスの参照
2727
};
2828

2929
#endif

0 commit comments

Comments
 (0)