From eacd8d1755aa36aa1dc3af8db8971d8ce4097947 Mon Sep 17 00:00:00 2001 From: Peiwei Hu Date: Mon, 6 Feb 2023 12:36:23 +0800 Subject: [PATCH] Small typo in DEVELOPERS.md (#3353) --- DEVELOPERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 0c139e77d1..169a342862 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -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`):