gnu: perl-data-stag: Fix typo in description.
Reported by Anders Jonsson <anders.jonsson@norsjovallen.se>. * gnu/packages/perl.scm (perl-data-stag)[description]: Fix typo.
This commit is contained in:
parent
72b891e50e
commit
ac5d70cdab
1 changed files with 1 additions and 1 deletions
|
@ -1156,7 +1156,7 @@ (define-public perl-data-stag
|
||||||
(synopsis "Structured tags datastructures")
|
(synopsis "Structured tags datastructures")
|
||||||
(description
|
(description
|
||||||
"This module is for manipulating data as hierarchical tag/value
|
"This module is for manipulating data as hierarchical tag/value
|
||||||
pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can
|
pairs (Structured TAGs or Simple Tree AGgregates). These datastructures can
|
||||||
be represented as nested arrays, which have the advantage of being native to
|
be represented as nested arrays, which have the advantage of being native to
|
||||||
Perl.")
|
Perl.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
Loading…
Reference in a new issue