Skip to content

Commit ca1d8f6

Browse files
committed
removed a word that was repeated
1 parent e01660d commit ca1d8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ A metadata part can be added after a plus, such as `1.0.0+21AF26D3`.
107107
This is for informational purposes only and is generally ignored by Cargo.
108108

109109
Cargo bakes in the concept of [Semantic Versioning](https://semver.org/),
110-
so versions are considered considered [compatible](semver.md) if their left-most non-zero major/minor/patch component is the same.
110+
so versions are considered [compatible](semver.md) if their left-most non-zero major/minor/patch component is the same.
111111
See the [Resolver] chapter for more information on how Cargo uses versions to
112112
resolve dependencies.
113113

0 commit comments

Comments
 (0)