Skip to content

Commit 65a0a89

Browse files
committed
Auto merge of #11560 - RagnarGrootKoerkamp:master, r=weihanglo
fix(docs): fix typo learm => learn in cargo tree docs Fix a typo in the `cargo tree` docs.
2 parents 0849a28 + ac855aa commit 65a0a89

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/doc/man/cargo-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ of what `cargo test` does, `cargo tree` is pretty close. However, it doesn't
6767
guarantee the exact equivalence to what Cargo is going to build, since a
6868
compilation is complex and depends on lots of different factors.
6969

70-
To learm more about feature unification, check out this
70+
To learn more about feature unification, check out this
7171
[dedicated section](../reference/features.html#feature-unification).
7272

7373
## OPTIONS

src/doc/man/generated_txt/cargo-tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ DESCRIPTION
5959
build, since a compilation is complex and depends on lots of different
6060
factors.
6161

62-
To learm more about feature unification, check out this dedicated
62+
To learn more about feature unification, check out this dedicated
6363
section
6464
<https://doc.rust-lang.org/cargo/reference/features.html#feature-unification>.
6565

src/doc/src/commands/cargo-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ of what `cargo test` does, `cargo tree` is pretty close. However, it doesn't
6767
guarantee the exact equivalence to what Cargo is going to build, since a
6868
compilation is complex and depends on lots of different factors.
6969

70-
To learm more about feature unification, check out this
70+
To learn more about feature unification, check out this
7171
[dedicated section](../reference/features.html#feature-unification).
7272

7373
## OPTIONS

src/etc/man/cargo-tree.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ of what \fBcargo test\fR does, \fBcargo tree\fR is pretty close. However, it doe
6565
guarantee the exact equivalence to what Cargo is going to build, since a
6666
compilation is complex and depends on lots of different factors.
6767
.sp
68-
To learm more about feature unification, check out this
68+
To learn more about feature unification, check out this
6969
\fIdedicated section\fR <https://doc.rust\-lang.org/cargo/reference/features.html#feature\-unification>\&.
7070
.SH "OPTIONS"
7171
.SS "Tree Options"

0 commit comments

Comments
 (0)