Skip to content

Commit 3c4ddb6

Browse files
committed
Fix typo in features doc
1 parent cdf22d1 commit 3c4ddb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ enabled. Some options to try:
292292
* `cargo tree -e features`: This will show features in the dependency graph.
293293
Each feature will appear showing which package enabled it.
294294
* `cargo tree -f "{p} {f}"`: This is a more compact view that shows a
295-
comma-spearated list of features enabled on each package.
295+
comma-separated list of features enabled on each package.
296296
* `cargo tree -e features -i foo`: This will invert the tree, showing how
297297
features flow into the given package "foo". This can be useful because
298298
viewing the entire graph can be quite large and overwhelming. Use this when

0 commit comments

Comments
 (0)