We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703b96e commit 947c14dCopy full SHA for 947c14d
src/lib.rs
@@ -46,7 +46,7 @@
46
//! `-sys` crates willing to support various versions of their underlying system libraries
47
//! can use features to control the version of the dependency required.
48
//! `system-deps` will pick the highest version among enabled features.
49
-//! Such version features should use the pattern `v1_0`, `v1_2`, etc.
+//! Such version features must use the pattern `v1_0`, `v1_2`, etc.
50
//!
51
//! ```toml
52
//! [features]
0 commit comments