diff --git a/mediapipe/tasks/ios/vision/pose_landmarker/utils/sources/MPPPoseLandmarkerResult+Helpers.h b/mediapipe/tasks/ios/vision/pose_landmarker/utils/sources/MPPPoseLandmarkerResult+Helpers.h index bf8e5495d..351de2f35 100644 --- a/mediapipe/tasks/ios/vision/pose_landmarker/utils/sources/MPPPoseLandmarkerResult+Helpers.h +++ b/mediapipe/tasks/ios/vision/pose_landmarker/utils/sources/MPPPoseLandmarkerResult+Helpers.h @@ -45,7 +45,7 @@ static const int kMicroSecondsPerMilliSecond = 1000; * images. * * @param landmarksProto A vector of protos of type `std::vector`. - * @param worldLandmarksPacket A vector of protos of type `std::vector`. + * @param worldLandmarksProto A vector of protos of type `std::vector`. * @param segmentationMasks A vector of type `std::vector`. * @param timestampInMilliSeconds The timestamp of the Packet that contained the result. *