From 9d0fed89ffcb20e6f9ec08a0633c4e36ef29a706 Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Thu, 15 Jun 2023 14:11:08 +0530 Subject: [PATCH] Fixed documentation in MPPMask --- mediapipe/tasks/ios/vision/core/sources/MPPMask.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mediapipe/tasks/ios/vision/core/sources/MPPMask.h b/mediapipe/tasks/ios/vision/core/sources/MPPMask.h index 6aa5e3a5b..0df60d7d8 100644 --- a/mediapipe/tasks/ios/vision/core/sources/MPPMask.h +++ b/mediapipe/tasks/ios/vision/core/sources/MPPMask.h @@ -68,7 +68,7 @@ NS_SWIFT_NAME(Mask) @property(nonatomic, readonly, assign) const float *float32Data; /** - * Initializes an `MPPMask` object of tyep `MPPMaskDataTypeUInt8` with the given `UInt8*` data, + * Initializes an `MPPMask` object of type `MPPMaskDataTypeUInt8` with the given `UInt8*` data, * width and height. * * @param uint8Data A pointer to the memory location of the `UInt8` data array. @@ -82,7 +82,7 @@ NS_SWIFT_NAME(Mask) height:(NSInteger)height NS_DESIGNATED_INITIALIZER; /** - * Initializes an `MPPMask` object of tyep `MPPMaskDataTypeFloat32` with the given `float*` data, + * Initializes an `MPPMask` object of type `MPPMaskDataTypeFloat32` with the given `float*` data, * width and height. * * @param uint8Data A pointer to the memory location of the `float` data array.