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.