Skip to content

Commit

Permalink
Update experimental_mixed_language_library.bzl
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Robinson <[email protected]>
  • Loading branch information
luispadron and mattrobmattrob authored Jan 21, 2024
1 parent 70485f0 commit ad817d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apple/internal/experimental_mixed_language_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def experimental_mixed_language_library(
This is an experimental macro that supports compiling mixed Objective-C and
Swift source files into a static library.
Due to build performance reason, in general it's not recommended to
Due to build performance reasons, in general it's not recommended to
have mixed Objective-C and Swift modules, but it isn't uncommon to see
mixed language modules in some codebases. This macro is meant to make
it easier to migrate codebases with mixed language modules to Bazel without
Expand Down

0 comments on commit ad817d2

Please sign in to comment.