diff --git a/doc/coding-style.asciidoc b/doc/coding-style.asciidoc index 3deb24dfe..2885a4ac0 100644 --- a/doc/coding-style.asciidoc +++ b/doc/coding-style.asciidoc @@ -1,7 +1,7 @@ C++ Coding Style ================ -Kakoune is written in C++14, here are the main coding style points: +Kakoune is written in C++20, here are the main coding style points: * Avoid external dependencies besides posix/stdc++