[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

@@ -151,8 +151,7 @@ public class Pose3d implements Interpolatable<Pose3d> {
}
/**
* Transforms the pose by the given transformation and returns the new pose. See + operator for
* the matrix multiplication performed.
* Transforms the pose by the given transformation and returns the new pose.
*
* @param other The transform to transform the pose by.
* @return The transformed pose.