guix-commits
[Top][All Lists]
Advanced

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

19/35: gnu: ghc-yesod-form: Fix trailing whitespace in description.


From: guix-commits
Subject: 19/35: gnu: ghc-yesod-form: 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 3046933e5837fe504ee2fa79f01298b8357b75bf
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Wed Dec 29 22:28:29 2021 -0800

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

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index d95b87639c..34dd2556be 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1369,7 +1369,7 @@ from Yesod.")
     (description "This Haskell package provides a set of basic form inputs such
 as text, number, time, checkbox, select, textarea, etc through the
 @code{Yesod.Form.Fields} module.  Also, there is @code{Yesod.Form.Nic} module
-providing richtext field using Nic editor. ")
+providing richtext field using Nic editor.")
     (license license:expat)))
 
 (define-public ghc-yesod



reply via email to

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