Skip to content

Commit 58315cf

Browse files
authored
Fix MoveThroughJointPositions example label (#4575)
1 parent 2117ac3 commit 58315cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/arm/arm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func Named(name string) resource.Name {
8383
// // Move each joint of the arm to the positions specified in the above slice
8484
// err = myArm.MoveToJointPositions(context.Background(), inputs, nil)
8585
//
86-
// MoveToJointPositions example:
86+
// MoveThroughJointPositions example:
8787
//
8888
// myArm, err := arm.FromRobot(machine, "my_arm")
8989
//

0 commit comments

Comments
 (0)