gnu: flatbuffers: Fix typo in description.

* gnu/packages/serialization.scm (flatbuffers)[description]: Hyphenate.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-26 16:11:21 +02:00
parent f3dd10dfe7
commit a8b12397a1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -455,7 +455,7 @@ (define-public flatbuffers
(assoc-ref %outputs "out") "/lib")))) (assoc-ref %outputs "out") "/lib"))))
(home-page "https://google.github.io/flatbuffers/") (home-page "https://google.github.io/flatbuffers/")
(synopsis "Memory-efficient serialization library") (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 C#, C, Go, Java, JavaScript, PHP, and Python. It was originally created for
game development and other performance-critical applications.") game development and other performance-critical applications.")
(license license:asl2.0))) (license license:asl2.0)))