Skip to content

Commit 89336f1

Browse files
cdisselkoenJoshua Nelson
authored and
Joshua Nelson
committed
Fix typo in doc comment
1 parent 073b903 commit 89336f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/metadata/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub struct Metadata {
113113
/// Whether to pass `--no-default-features` to `cargo`.
114114
//
115115
/// By default, Docs.rs will build default features.
116-
/// Set `no-default-fatures` to `true` if you want to build only certain features.
116+
/// Set `no-default-features` to `true` if you want to build only certain features.
117117
#[serde(default)]
118118
no_default_features: bool,
119119

0 commit comments

Comments
 (0)