From 33903252505c6863d3e97f957ea11a4e79440dbd Mon Sep 17 00:00:00 2001 From: Prianka Liz Kariat Date: Tue, 25 Apr 2023 11:23:38 +0530 Subject: [PATCH] Updated documentation --- mediapipe/tasks/ios/ios.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/ios/ios.bzl b/mediapipe/tasks/ios/ios.bzl index fdfc85d5f..e4cdeb503 100644 --- a/mediapipe/tasks/ios/ios.bzl +++ b/mediapipe/tasks/ios/ios.bzl @@ -6,7 +6,7 @@ MPP_TASK_MINIMUM_OS_VERSION = "11.0" # to the "Headers" directory with no header path prefixes. This auxiliary rule # is used for stripping the path prefix to the C/iOS API header files included by # other C/iOS API header files. -# In case of C header files includes start with a keyword of "#include'. +# In case of C header files, includes start with a keyword of "#include'. # Imports in iOS header files start with a keyword of '#import'. def strip_api_include_path_prefix(name, hdr_labels, prefix = ""): """Create modified header files with the import path stripped out.