Skip to content

Commit

Permalink
docs: update error in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Undertone0809 committed Oct 8, 2024
1 parent f29c50f commit 6334f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/other/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`.
Expand Down

0 comments on commit 6334f09

Please sign in to comment.