From 6334f090ec34900fcc19e610e229deda4a8bb9f7 Mon Sep 17 00:00:00 2001 From: zeeland Date: Wed, 9 Oct 2024 07:40:12 +0800 Subject: [PATCH] docs: update error in doc --- docs/other/contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/other/contribution.md b/docs/other/contribution.md index 2593d906..d9a02e9f 100644 --- a/docs/other/contribution.md +++ b/docs/other/contribution.md @@ -126,7 +126,7 @@ make lint `make lint` will run the code formatting and unit test. If the code formatting is not correct, you can run the following command to format the code: ```shell -make formatting +make format ``` You can run the `make test` command to run the unit test. If you add new code, you need to add the corresponding unit test in `tests/`.