guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: flatbuffers: Fix typo in description.


From: Tobias Geerinckx-Rice
Subject: 01/06: gnu: flatbuffers: Fix typo in description.
Date: Sat, 27 Oct 2018 21:39:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a8b12397a1155d9e2cb278ffbfe66d042573d129
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Oct 26 16:11:21 2018 +0200

    gnu: flatbuffers: Fix typo in description.
    
    * gnu/packages/serialization.scm (flatbuffers)[description]: Hyphenate.
---
 gnu/packages/serialization.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index b34ea30..40b3d1b 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -455,7 +455,7 @@ to generate and parse.  The two primary functions are 
@code{cbor.loads} and
                             (assoc-ref %outputs "out") "/lib"))))
     (home-page "https://google.github.io/flatbuffers/";)
     (synopsis "Memory-efficient serialization library")
-    (description "FlatBuffers is a cross platform serialization library for 
C++,
+    (description "FlatBuffers is a cross-platform serialization library for 
C++,
 C#, C, Go, Java, JavaScript, PHP, and Python.  It was originally created for
 game development and other performance-critical applications.")
     (license license:asl2.0)))



reply via email to

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