guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: emacs-clang-format: Fix grammar of "allows to filter" to "fi


From: guix-commits
Subject: 04/05: gnu: emacs-clang-format: Fix grammar of "allows to filter" to "filters".
Date: Sun, 12 Apr 2020 16:35:29 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 3bb22e5433919816c021aaba1f6d1220d1a57151
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 13:29:47 2020 -0700

    gnu: emacs-clang-format: Fix grammar of "allows to filter" to "filters".
    
    * gnu/packages/llvm (emacs-clang-format): Fix grammar.
---
 gnu/packages/llvm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 41217d1..7236567 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -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}.";)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]