mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
gnu: emacs-clang-format: Fix grammar of "allows to filter" to "filters".
* gnu/packages/llvm (emacs-clang-format): Fix grammar.
This commit is contained in:
parent
cc24c4cb12
commit
3bb22e5433
1 changed files with 1 additions and 1 deletions
|
@ -816,7 +816,7 @@ SOURCE-FILES found in SOURCE-PACKAGE."
|
|||
(string-append clang "/bin/clang-format"))))
|
||||
#t)))))
|
||||
(synopsis "Format code using clang-format")
|
||||
(description "This package allows to filter code through @code{clang-format}
|
||||
(description "This package filters code through @code{clang-format}
|
||||
to fix its formatting. @code{clang-format} is a tool that formats
|
||||
C/C++/Obj-C code according to a set of style options, see
|
||||
@url{https://clang.llvm.org/docs/ClangFormatStyleOptions.html}.")))
|
||||
|
|
Loading…
Reference in a new issue