Skip to content

Commit 46eb5f7

Browse files
committed
missed our
1 parent a2473c2 commit 46eb5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/guide/cargo-toml-vs-cargo-lock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We recommend pairing this with
1717
Let’s dig in a little bit more.
1818

1919
`Cargo.toml` is a [**manifest**][def-manifest] file in which you can specify a
20-
bunch of different metadata about our package. For example, you can say that you
20+
bunch of different metadata about your package. For example, you can say that you
2121
depend on another package:
2222

2323
```toml

0 commit comments

Comments
 (0)