We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2d707 commit 5980b67Copy full SHA for 5980b67
modules/motions/Motion.h
@@ -23,7 +23,7 @@ class Motion {
23
virtual void run() = 0;
24
25
protected:
26
- Robot& robot; // Robotインスタンスのポインタ
+ Robot& robot; // Robotインスタンスの参照
27
};
28
29
#endif
0 commit comments