diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-10-30 17:10:02 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-10-30 17:20:11 -0700 |
commit | a168470dd8acea23b095fe474efea4aab7192afb (patch) | |
tree | f1ac9a56c647efd575552bd98e94d6582ffdb6be | |
parent | 4a226e547f2a6576b871bfac2a35d8a737cf1aa6 (diff) |
gnu: go-github-com-olekukonko-tablewriter: Fix grammar.
* gnu/packages/golang (go-github-com-olekukonko-tablewriter)[description]:
Remove gratuitous use of "allows to" and fix pluralization.
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index d2ca7c44f2..6ba735c4a2 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -5148,7 +5148,7 @@ escape sequences and color conversions.") `(("go-github.com-mattn-go-runewidth" ,go-github.com-mattn-go-runewidth))) (home-page "https://github.com/olekukonko/tablewriter/") (synopsis "Generate ASCII table") - (description "This package allows to generate ASCII table. Features: + (description "This package generates ASCII tables. Features: @itemize @item automatic Padding @item support Multiple Lines |