File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
utils/swift_build_support/swift_build_support/products Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def is_build_script_impl_product(cls):
2727 def is_before_build_script_impl_product (cls ):
2828 """is_before_build_script_impl_product -> bool
2929
30- Whether this product is build before any build-script-impl products.
30+ Whether this product is built before any build-script-impl products.
3131 """
3232 return True
3333
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def is_build_script_impl_product(cls):
3232 def is_before_build_script_impl_product (cls ):
3333 """is_before_build_script_impl_product -> bool
3434
35- Whether this product is build before any build-script-impl products.
35+ Whether this product is built before any build-script-impl products.
3636 """
3737 return False
3838
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def is_build_script_impl_product(cls):
2828 def is_before_build_script_impl_product (cls ):
2929 """is_before_build_script_impl_product -> bool
3030
31- Whether this product is build before any build-script-impl products.
31+ Whether this product is built before any build-script-impl products.
3232 """
3333 return False
3434
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def is_build_script_impl_product(cls):
3030 def is_before_build_script_impl_product (cls ):
3131 """is_before_build_script_impl_product -> bool
3232
33- Whether this product is build before any build-script-impl products.
33+ Whether this product is built before any build-script-impl products.
3434 """
3535 return False
3636
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def is_build_script_impl_product(cls):
2929 def is_before_build_script_impl_product (cls ):
3030 """is_before_build_script_impl_product -> bool
3131
32- Whether this product is build before any build-script-impl products.
32+ Whether this product is built before any build-script-impl products.
3333 """
3434 return False
3535
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def is_build_script_impl_product(cls):
3434 def is_before_build_script_impl_product (cls ):
3535 """is_before_build_script_impl_product -> bool
3636
37- Whether this product is build before any build-script-impl products.
37+ Whether this product is built before any build-script-impl products.
3838 """
3939 return False
4040
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def is_build_script_impl_product(cls):
3131 def is_before_build_script_impl_product (cls ):
3232 """is_before_build_script_impl_product -> bool
3333
34- Whether this product is build before any build-script-impl products.
34+ Whether this product is built before any build-script-impl products.
3535 """
3636 return False
3737
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def is_build_script_impl_product(cls):
4747 def is_before_build_script_impl_product (cls ):
4848 """is_before_build_script_impl_product -> bool
4949
50- Whether this product is build before any build-script-impl products.
50+ Whether this product is built before any build-script-impl products.
5151 """
5252 return False
5353
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def is_build_script_impl_product(cls):
6565 def is_before_build_script_impl_product (cls ):
6666 """is_before_build_script_impl_product -> bool
6767
68- Whether this product is build before any build-script-impl products.
68+ Whether this product is built before any build-script-impl products.
6969 Such products must be non-build_script_impl products.
7070 Because such products are built ahead of the compiler, they are
7171 built using the host toolchain.
You can’t perform that action at this time.
0 commit comments