Skip to content

Commit c19b689

Browse files
authored
Make sentence more concise
1 parent dc329b6 commit c19b689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0403-swiftpm-mixed-language-targets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ feature will continue to [throw an error][mixed-target-error].
488488

489489
- Enable package authors to expose non-public headers to their mixed
490490
target's Swift implemention.
491-
- Investigate uses cases for extending mixed language target support to
492-
currently unsupported types of targets (e.g. executables).
491+
- Extend mixed language target support to currently unsupported types of
492+
targets (e.g. executables).
493493
- Extend this solution so that all targets are mixed language targets by
494494
default. This could simplify the implemention as language-specific types
495495
like `ClangTarget`, `SwiftTarget`, and `MixedTarget` could be consolidated

0 commit comments

Comments
 (0)