Skip to content

Commit a91e4de

Browse files
authored
correction comments check-semver-feature.sh
1 parent da169fc commit a91e4de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/check-semver-feature.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# Checks semver compatibility between the `--no-features` and `all-features`.
4-
# This is important since it tests for the presence non-additive cargo features.
4+
# This is important since it tests for the presence of non-additive cargo features.
55
#
66
# Under the hood uses cargo semver-checks to check for breaking changes.
77
# We cannot use it directly since it only supports checking against published
@@ -40,7 +40,7 @@ main() {
4040
generate_json_files_all_features "bitcoin-io"
4141
generate_json_files_no_default_features "bitcoin-io"
4242

43-
# Check for API semver non-addivite cargo features on all the generated JSON files above.
43+
# Check for API semver non-additive cargo features on all the generated JSON files above.
4444
run_cargo_semver_check "bitcoin"
4545
run_cargo_semver_check "base58ck"
4646
run_cargo_semver_check "bitcoin_hashes"

0 commit comments

Comments
 (0)