Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use "number" instead of "digit" when explaining Cargo's semver
Digit is technically incorrect here, as it would imply that Cargo treats 0.10.0 and 0.11.0 as semver compatible (because they have the same leftmost non-zero *digit*, even though they do not have the same leftmost non-zero *number*).
- Loading branch information