Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Aug 30, 2023
1 parent 06fafca commit 75292a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following structure will be created:
## Iterating

When you use maturin as a build system then `rye sync` will automatically build the rust
extension module into your venv. Likewise `rye build` will us maturin to trigger a
extension module into your venv. Likewise `rye build` will use maturin to trigger a
wheel build. For faster iteration it's recommended to use `maturin` directly.

If you want to use other maturin commands such as `maturin develop` you can install
Expand Down

0 comments on commit 75292a5

Please sign in to comment.