Skip to content

Commit 8c5a402

Browse files
committed
Fix typo missing word
1 parent 839d25d commit 8c5a402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/rust/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ taxonomies = { tags = ["Rust"] }
77

88
# General tips
99

10-
- The cargo book has a great [section on semver](https://doc.rust-lang.org/cargo/reference/semver.html) that gives examples different types of changes. Note: breaking changes require a bump of the first non-zero version number. That is what cargo looks for to determine incompatibility.
10+
- The cargo book has a great [section on semver](https://doc.rust-lang.org/cargo/reference/semver.html) that gives examples of different types of changes. Note: breaking changes require a bump of the first non-zero version number. That is what cargo looks for to determine incompatibility.
1111
- If you are releasing a library I highly recommend using [cargo-semver-checks](https://crates.io/crates/cargo-semver-checks) to help detect breaking changes. It's not perfect but it's always improving and is IMO a minimum amount of checking for libraries.
1212

1313
# Opinions on when to bump version numbers

0 commit comments

Comments
 (0)