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 committed Jan 21, 2024
1 parent 70485f0 commit 11c9d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion doc/rules-apple.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ Compiles and links Objective-C and Swift code into a static 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 11c9d2d

Please sign in to comment.