guix-commits
[Top][All Lists]
Advanced

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

20/35: gnu: ghc-vector-builder: Fix trailing whitespace in description.


From: guix-commits
Subject: 20/35: gnu: ghc-vector-builder: Fix trailing whitespace in description.
Date: Thu, 30 Dec 2021 02:18:04 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 58f4183ac07a04aad4b550ef2d7dda8996faa06c
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Wed Dec 29 22:29:33 2021 -0800

    gnu: ghc-vector-builder: Fix trailing whitespace in description.
    
    * gnu/packages/haskell-xyz.scm (ghc-vector-builder)[description]: Fix 
trailing
      whitespace.
---
 gnu/packages/haskell-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index e2adefa48f..77b15707a5 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -14215,7 +14215,7 @@ It provides the composable @code{Builder} abstraction, 
which has instances of th
 
 You would first use the @code{Builder} abstraction to specify the structure of
 the vector; then you can execute the builder to actually produce the
-vector. ")
+vector.")
     (license license:expat)))
 
 (define-public ghc-vector-th-unbox



reply via email to

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