We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf22d1 commit 3c4ddb6Copy full SHA for 3c4ddb6
src/doc/src/reference/features.md
@@ -292,7 +292,7 @@ enabled. Some options to try:
292
* `cargo tree -e features`: This will show features in the dependency graph.
293
Each feature will appear showing which package enabled it.
294
* `cargo tree -f "{p} {f}"`: This is a more compact view that shows a
295
- comma-spearated list of features enabled on each package.
+ comma-separated list of features enabled on each package.
296
* `cargo tree -e features -i foo`: This will invert the tree, showing how
297
features flow into the given package "foo". This can be useful because
298
viewing the entire graph can be quite large and overwhelming. Use this when
0 commit comments