Skip to content

Commit 0955fca

Browse files
committed
spelling: unconditionally
Signed-off-by: Josh Soref <[email protected]>
1 parent 70e5fa2 commit 0955fca

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
@@ -267,7 +267,7 @@ impl Metadata {
267267
cargo_args.push("--no-default-features".into());
268268
}
269269

270-
// Unconditionnaly set `--cfg docsrs` as it has become a de-facto way to
270+
// Unconditionally set `--cfg docsrs` as it has become a de-facto way to
271271
// distinguish docs.rs.
272272
//
273273
// See https://github.com/rust-lang/docs.rs/issues/2389.

0 commit comments

Comments
 (0)