Skip to content

Commit

Permalink
Merge d964ace into bba92d7
Browse files Browse the repository at this point in the history
  • Loading branch information
azeey authored Sep 12, 2023
2 parents bba92d7 + d964ace commit 068adff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/cppgetstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int main()
}
```

Now let's create to 3D points with arbitrary values. We will use the
Now let's create two 3D points with arbitrary values. We will use the
gz::math::Vector3 class to represent these points. Gazebo Math provides a handy
gz::math::Vector3d type which is a typedef of `Vector3<double>`. The result of this
addition will be a main file similar to the following.
Expand Down

0 comments on commit 068adff

Please sign in to comment.