Skip to content

Commit

Permalink
Fix target typo in development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed May 1, 2024
1 parent cbf4730 commit 503efbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contributor-guide/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ A few common commands are specified in project's `Makefile`:

- `make`: compile the entire project, but don't run tests
- `make test-rust`: compile the project and run tests in Rust side
- `make test-java`: compile the project and run tests in Java side
- `make test-jvm`: compile the project and run tests in Java side
- `make test`: compile the project and run tests in both Rust and Java
side.
- `make release`: compile the project and creates a release build. This
Expand Down

0 comments on commit 503efbc

Please sign in to comment.