From 18e63a9d24f6a83353e145b78dcfc5ec7958de98 Mon Sep 17 00:00:00 2001 From: Ari Makela Date: Thu, 23 Nov 2017 10:49:59 +0200 Subject: [PATCH] covenient => convenient --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e29f2852..cfac0738 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Package `date` provides functionality for working with dates. This package introduces a light-weight `Date` type that is storage-efficient -and covenient for calendrical calculations and date parsing and formatting +and convenient for calendrical calculations and date parsing and formatting (including years outside the [0,9999] interval). See [package documentation](https://godoc.org/github.com/fxtlabs/date) for