From 503efbca849934c08933bbb1049b8ceec3da6799 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 1 May 2024 10:04:44 -0700 Subject: [PATCH] Fix target typo in development.md --- docs/source/contributor-guide/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributor-guide/development.md b/docs/source/contributor-guide/development.md index 63146c191..356c81b33 100644 --- a/docs/source/contributor-guide/development.md +++ b/docs/source/contributor-guide/development.md @@ -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