chore: switch to gender neutral terms (#33532)
* Switch to gender neutral terms * Update docs/api/web-contents.md Co-authored-by: Milan Burda <milan.burda@gmail.com> * Update docs/api/webview-tag.md Co-authored-by: Milan Burda <milan.burda@gmail.com> * Update script/release/uploaders/upload.py Co-authored-by: John Kleinschmidt <jkleinsc@github.com> * Update docs/tutorial/in-app-purchases.md Co-authored-by: Milan Burda <milan.burda@gmail.com> Co-authored-by: inclusive-coding-bot <inclusive-coding-bot@github.com> Co-authored-by: Milan Burda <milan.burda@gmail.com> Co-authored-by: John Kleinschmidt <jkleinsc@github.com>
This commit is contained in:
parent
0168aede8e
commit
68d6d8d451
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ inAppPurchase.getProducts(PRODUCT_IDS).then(products => {
|
||||||
console.log(`The price of ${product.localizedTitle} is ${product.formattedPrice}.`)
|
console.log(`The price of ${product.localizedTitle} is ${product.formattedPrice}.`)
|
||||||
})
|
})
|
||||||
|
|
||||||
// Ask the user which product he/she wants to purchase.
|
// Ask the user which product they want to purchase.
|
||||||
const selectedProduct = products[0]
|
const selectedProduct = products[0]
|
||||||
const selectedQuantity = 1
|
const selectedQuantity = 1
|
||||||
|
|
||||||
|
|
|
@ -228,7 +228,7 @@ def _zero_zip_date_time(zip_):
|
||||||
ZIP64_EXTRA_HEADER = 0x0001
|
ZIP64_EXTRA_HEADER = 0x0001
|
||||||
zip64_extra_struct = Struct("<HHQQ")
|
zip64_extra_struct = Struct("<HHQQ")
|
||||||
# ZIP64.
|
# ZIP64.
|
||||||
# When a ZIP64 extra field is present his 8byte length
|
# When a ZIP64 extra field is present this 8byte length
|
||||||
# will override the 4byte length defined in canonical zips.
|
# will override the 4byte length defined in canonical zips.
|
||||||
# This is in the form:
|
# This is in the form:
|
||||||
# - 0x0001 (header_id)
|
# - 0x0001 (header_id)
|
||||||
|
|
Loading…
Reference in a new issue