Skip to content

Commit

Permalink
Rename parameter in C++ doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Mar 10, 2024
1 parent 9f3a929 commit 324ea0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class WPILIB_DLLEXPORT PoseEstimator {
/**
* Return the pose at a given timestamp, if the buffer is not empty.
*
* @param timestampSeconds The pose's timestamp.
* @param timestamp The pose's timestamp.
* @return The pose at the given timestamp (or std::nullopt if the buffer is
* empty).
*/
Expand Down

0 comments on commit 324ea0b

Please sign in to comment.