Merge pull request #11 from ChShersh/patch-1

Fix typo in colonnade package description
This commit is contained in:
Andrew Martin 2018-02-11 06:25:18 -05:00 committed by GitHub
commit f9a8a7d992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: colonnade
version: 1.2.0
synopsis: Generic types and functions for columnar encoding and decoding
description:
The `colonnade` package provides a way to to talk about
The `colonnade` package provides a way to talk about
columnar encodings and decodings of data. This package provides
very general types and does not provide a way for the end-user
to actually apply the columnar encodings they build to data.