Small typo in DEVELOPERS.md (#3353)

This commit is contained in:
Peiwei Hu 2023-02-06 12:36:23 +08:00 committed by GitHub
parent 62e1c42bdc
commit eacd8d1755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ E.g.: `Bug fix did not change the general behavior of the function. No documenta
In order to contribute with patches or plugins, we encourage you to use the same
coding style as the rest of the code base.
* Use git-clang-format 15 to format your code. If clang-format-14 is not available on
* Use git-clang-format 15 to format your code. If clang-format-15 is not available on
your Debian-based distribution, you can install it from https://apt.llvm.org/.
You should invoke it as below (after making sure that your local copy of `dev`
is up-to-date and your branch is up-to-date with `dev`):