[wpimath] Fix copy-paste error from Pose2d docs (NFC) (#5490)

This commit is contained in:
Tyler Veness
2023-07-31 19:17:17 -07:00
committed by GitHub
parent 98f074b072
commit d814f1d123
2 changed files with 1 additions and 3 deletions

View File

@@ -132,7 +132,6 @@ class WPILIB_DLLEXPORT Pose3d {
/**
* Transforms the pose by the given transformation and returns the new pose.
* See + operator for the matrix multiplication performed.
*
* @param other The transform to transform the pose by.
*