From f2dfa7f474d467b57719fe01b99539c4ff2fa4ae Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Fri, 3 Mar 2023 12:33:31 +0530 Subject: [PATCH] Updated documentation of MPPVisionTaskRunner --- mediapipe/tasks/ios/vision/core/sources/MPPVisionTaskRunner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/ios/vision/core/sources/MPPVisionTaskRunner.h b/mediapipe/tasks/ios/vision/core/sources/MPPVisionTaskRunner.h index ced188e3c..6e4078f32 100644 --- a/mediapipe/tasks/ios/vision/core/sources/MPPVisionTaskRunner.h +++ b/mediapipe/tasks/ios/vision/core/sources/MPPVisionTaskRunner.h @@ -127,7 +127,7 @@ NS_ASSUME_NONNULL_BEGIN * error will be saved. * * @return A `BOOL` indicating if the live stream data was sent to the C++ task runner successfully. - * Please note that any errors during processing of the live stream packet will only be available in + * Please note that any errors during processing of the live stream packet map will only be available in * the user-defined `packetsCallback` that was provided during initialization of the * `MPPVisionTaskRunner`. */