From 8b919a65460034f3904f148652a263636d2631a4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 15 Jul 2012 22:30:35 +0900 Subject: [PATCH] fix space before . in description --- ghc-shakespeare.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-shakespeare.spec b/ghc-shakespeare.spec index c0aeeef..46a20d7 100644 --- a/ghc-shakespeare.spec +++ b/ghc-shakespeare.spec @@ -7,7 +7,7 @@ %global common_summary Haskell compile-time templating library %global common_description Shakespeare is a template family for type-safe, efficient templates\ -with simple variable interpolation . Shakespeare templates can be used\ +with simple variable interpolation. Shakespeare templates can be used\ inline with a quasi-quoter or in an external file. Shakespeare\ interpolates variables according to the type being inserted.