Skip to content

Commit

Permalink
Auto merge of #9737 - ods:doc/features_typo, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix typo in features doc
  • Loading branch information
bors committed Jul 28, 2021
2 parents cdf22d1 + 3c4ddb6 commit ee267ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ enabled. Some options to try:
* `cargo tree -e features`: This will show features in the dependency graph.
Each feature will appear showing which package enabled it.
* `cargo tree -f "{p} {f}"`: This is a more compact view that shows a
comma-spearated list of features enabled on each package.
comma-separated list of features enabled on each package.
* `cargo tree -e features -i foo`: This will invert the tree, showing how
features flow into the given package "foo". This can be useful because
viewing the entire graph can be quite large and overwhelming. Use this when
Expand Down

0 comments on commit ee267ee

Please sign in to comment.