Skip to content

Commit c652258

Browse files
committed
fix: Typo
1 parent ad5ab23 commit c652258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3502-cargo-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Single-file packages maintain an out-of-line target directory by default.
348348
This is `$CARGO_HOME/target/<hash-of-path>`.
349349

350350
A single-file package is accepted by cargo commands as a `--manifest-path`
351-
- Files are considered to have embedded manifest if they end with `.rs` or they lack and extension and are of type file
351+
- Files are considered to have embedded manifest if they end with `.rs` or they lack an extension and are of type file
352352
- This allows running `cargo test --manifest-path single.rs`
353353
- `cargo add` and `cargo remove` may not support editing embedded manifests initially
354354
- Path-dependencies may not refer to single-file packages at this time (they don't have a `lib` target anyways)

0 commit comments

Comments
 (0)