Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/mock_resource_arm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func Named(name string) resource.Name {
//
// JointPositions example:
//
// myArm , err := arm.FromProvider(machine, "my_arm")
// myArm, err := arm.FromProvider(machine, "my_arm")
//
// // Get the current position of each joint on the arm as JointPositions.
// pos, err := myArm.JointPositions(context.Background(), nil)
Expand Down
2 changes: 1 addition & 1 deletion components/arm/arm.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func Named(name string) resource.Name {
//
// JointPositions example:
//
// myArm , err := arm.FromProvider(machine, "my_arm")
// myArm, err := arm.FromProvider(machine, "my_arm")
//
// // Get the current position of each joint on the arm as JointPositions.
// pos, err := myArm.JointPositions(context.Background(), nil)
Expand Down
Loading