Skip to content

Commit 4b56dd4

Browse files
committed
fix: Spelling of shebang
1 parent 8422cb3 commit 4b56dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3424-cargo-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ Existing Rust solutions:
404404
- [`cargo-script`](https://github.com/DanielKeep/cargo-script)
405405
- Single-file (`.crs` extension) rust code
406406
- Partial manifests in a `cargo` doc comment code fence or dependencies in a comment directive
407-
- `run-cargo-script` for she-bangs and setting up file associations on Windows
407+
- `run-cargo-script` for shebangs and setting up file associations on Windows
408408
- Performance: Shares a `CARGO_TARGET_DIR`, reusing dependency builds
409409
- `--expr <expr>` for expressions as args (wraps in a block and prints blocks value as `{:?}` )
410410
- `--dep` flags since directives don't work as easily

0 commit comments

Comments
 (0)