aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/clang-format.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/snippets/clang-format.md b/docs/markdown/snippets/clang-format.md
index 8cb88e0..a390d13 100644
--- a/docs/markdown/snippets/clang-format.md
+++ b/docs/markdown/snippets/clang-format.md
@@ -39,5 +39,5 @@ Example of `.clang-format-ignore` file:
src/*.cpp
```
-Modified files will be printed on the console which can be used for example by
-CI to ensure all files are correctly formatted.
+A new target `clang-format-check` has been added. It returns an error code if
+any file needs to be reformatted. This is intended to be used by CI.