Skip to content

Commit

Permalink
Fix MoveThroughJointPositions example label (#4575)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT authored Dec 6, 2024
1 parent 2117ac3 commit 58315cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/arm/arm.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func Named(name string) resource.Name {
// // Move each joint of the arm to the positions specified in the above slice
// err = myArm.MoveToJointPositions(context.Background(), inputs, nil)
//
// MoveToJointPositions example:
// MoveThroughJointPositions example:
//
// myArm, err := arm.FromRobot(machine, "my_arm")
//
Expand Down

0 comments on commit 58315cf

Please sign in to comment.