Skip to content

Commit 838f1a7

Browse files
authored
Merge pull request swiftlang#31703 from MaxDesiatov/patch-5
2 parents f4a9d06 + f882695 commit 838f1a7

File tree

1 file changed

+1
-1
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def is_build_script_impl_product(cls):
6161
def is_swiftpm_unified_build_product(cls):
6262
"""is_swiftpm_unified_build_product -> bool
6363
64-
Whether this product should be build in the unified build of SwiftPM
64+
Whether this product should be built in the unified build of SwiftPM
6565
products.
6666
"""
6767
return False

0 commit comments

Comments
 (0)