diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-07-26 00:12:05 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-26 00:57:44 +0200 |
commit | ac5d70cdab81ca89420a68b067c6e7806bf14f6e (patch) | |
tree | 48f4268e4f108038c07a627da1cb56aa747c1657 /gnu/packages/perl.scm | |
parent | 72b891e50e1d0106a4b7a0fd88a44e34baae93e9 (diff) |
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.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index ff5684aa8c..d2e38ccdb1 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -1156,7 +1156,7 @@ The maths behind this is unfortunately fiddly, hence this module.") (synopsis "Structured tags datastructures") (description "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 Perl.") (license (package-license perl)))) |