Small typo in DEVELOPERS.md (#3353)
This commit is contained in:
parent
62e1c42bdc
commit
eacd8d1755
1 changed files with 1 additions and 1 deletions
|
|
@ -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`):
|
||||
|
|
|
|||
Loading…
Reference in a new issue