Skip to content

Commit fd464ac

Browse files
epageTurbo87
andauthored
fix: Typo
Co-authored-by: Tobias Bieniek <[email protected]>
1 parent 9589b61 commit fd464ac

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
@@ -1086,7 +1086,7 @@ to do interactive whitebox testing of private code within a larger project.
10861086
[Lockfiles](https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html)
10871087
record the exact version used for every possible dependency to ensure
10881088
reproducibility. In particular, this protects against upgrading to broken
1089-
versions and allows continued use of a yanked version. As this time, the
1089+
versions and allows continued use of a yanked version. At this time, the
10901090
recommendation is for
10911091
[`bin`s to persist their lockfile while `lib`s do not](https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries).
10921092

0 commit comments

Comments
 (0)