Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre authored Oct 24, 2024
1 parent 61bc530 commit b5b9703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/include/components/apis/generated/gripper.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For more information, see the [Python SDK Docs](https://python.viam.dev/autoapi/
**Example:**

```go {class="line-numbers linkable-line-numbers"}
myGripper, err := gripper.FromRobot(machine, "my-gripper")
myGripper, err := gripper.FromRobot(machine, "my_gripper")

// Open the gripper.
err := myGripper.Open(context.Background(), nil)
Expand Down Expand Up @@ -113,7 +113,7 @@ For more information, see the [Python SDK Docs](https://python.viam.dev/autoapi/
**Example:**

```go {class="line-numbers linkable-line-numbers"}
myGripper, err := gripper.FromRobot(machine, "my-gripper")
myGripper, err := gripper.FromRobot(machine, "my_gripper")

// Grab with the gripper.
grabbed, err := myGripper.Grab(context.Background(), nil)
Expand Down

0 comments on commit b5b9703

Please sign in to comment.