Skip to content

Commit c2eedf8

Browse files
authored
fix: verb conjugation in metadata.md (#2129)
1 parent ca10a5f commit c2eedf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/metadata.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
maturin supports [PEP 621](https://www.python.org/dev/peps/pep-0621/),
44
you can specify python package metadata in `pyproject.toml`.
5-
maturin merges metadata from `Cargo.toml` and `pyproject.toml`, `pyproject.toml` take precedence over `Cargo.toml`.
5+
maturin merges metadata from `Cargo.toml` and `pyproject.toml`, `pyproject.toml` takes precedence over `Cargo.toml`.
66

77
Here is a `pyproject.toml` example from PEP 621 for reference purpose:
88

0 commit comments

Comments
 (0)