Merge rust-bitcoin/rust-bitcoin#4418: docs: correction comments in `check-semver-feature.sh`

a91e4de08c correction comments check-semver-feature.sh (Alex Pikme)

Pull request description:

  `presence non-additive` -` presence of non-additive `-- **add of**
  `non-addivite` - `non-additive` -- **fix error**

ACKs for top commit:
  apoelstra:
    ACK a91e4de08c6b34d438d47390b1747aaf242cd7e3; successfully ran local tests
  tcharding:
    ACK a91e4de08c

Tree-SHA512: d179d2cf8e076d0b2143145d86135a992e66f62d30b777fd50d2d3bb2026e738f6e0d61423ba84d4c7b7dc62f881ec6f8dad2d9bcc5ea7e1289e47e962ad3c40
This commit is contained in:
merge-script 2025-05-07 23:09:48 +00:00
commit 41f26cf090
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
# Checks semver compatibility between the `--no-features` and `all-features`.
# This is important since it tests for the presence non-additive cargo features.
# This is important since it tests for the presence of non-additive cargo features.
#
# Under the hood uses cargo semver-checks to check for breaking changes.
# We cannot use it directly since it only supports checking against published
@ -40,7 +40,7 @@ main() {
generate_json_files_all_features "bitcoin-io"
generate_json_files_no_default_features "bitcoin-io"
# Check for API semver non-addivite cargo features on all the generated JSON files above.
# Check for API semver non-additive cargo features on all the generated JSON files above.
run_cargo_semver_check "bitcoin"
run_cargo_semver_check "base58ck"
run_cargo_semver_check "bitcoin_hashes"