Skip to content

Commit e5f16b4

Browse files
epagejoshtriplett
andauthored
fix: Be consistent on possible binary name
Co-authored-by: Josh Triplett <[email protected]>
1 parent d72712e commit e5f16b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/3502-cargo-script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,10 +718,10 @@ Note: this is a reversible decision on an edition boundary
718718
> future if we find that the "latest as default" doesn't work as well as we
719719
> expected.0
720720
721-
**Alternative 2: `cargo-<edition>-edition` variants**
721+
**Alternative 2: `cargo-<edition>` variants**
722722

723723
```rust
724-
#!/usr/bin/env cargo-2018-edition
724+
#!/usr/bin/env cargo-2018
725725

726726
fn main() {
727727
}

0 commit comments

Comments
 (0)