Skip to content

Commit 770f403

Browse files
committed
Auto merge of #8851 - lfrancke:patch-1, r=ehuss
Minor typo in features.md Just a very minor typo (that said: these docs don't actually explain what a Feature group is before using the term, but that's for another issue)
2 parents 8662ab4 + f3519d7 commit 770f403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The usage of features is subject to a few rules:
7676
individual features.
7777
* Feature groups are not allowed to cyclically depend on one another.
7878
* Dev-dependencies cannot be optional.
79-
* Features groups can only reference optional dependencies.
79+
* Feature groups can only reference optional dependencies.
8080
* When a feature is selected, Cargo will call `rustc` with `--cfg
8181
feature="${feature_name}"`. If a feature group is included, it and all of its
8282
individual features will be included. This can be tested in code via

0 commit comments

Comments
 (0)