Skip to content

Commit

Permalink
Fix target typo in development.md (apache#364)
Browse files Browse the repository at this point in the history
Co-authored-by: unknown <unknown>
  • Loading branch information
jc4x4 authored and Steve Vaughan Jr committed May 2, 2024
1 parent 8750c2a commit 94716c7
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 94716c7

Please sign in to comment.