diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-11-23 17:16:46 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-11-23 17:19:08 -0800 |
commit | 2faef3cb6fd138dce88db21bc345afac3a109043 (patch) | |
tree | 39c66c46d00ca5882297744ee2fdf5f2c25228ee /gnu/packages | |
parent | c3364c18fd790c13fdf6c6dc401474d7470fc448 (diff) |
gnu: ghc-text-short: Fix spelling.
* gnu/packages/haskell-xyz (ghc-text-short): Fix spelling of
"similar".
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 19eabd949b..8da4613a30 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9167,7 +9167,7 @@ require aeson (home-page "https://hackage.haskell.org/package/text-short") (synopsis "Memory-efficient representation of Unicode text strings") (description "This package provides the @code{ShortText} type which -is suitable for keeping many short strings in memory. This is similiar +is suitable for keeping many short strings in memory. This is similar to how @code{ShortByteString} relates to @code{ByteString}. The main difference between @code{Text} and @code{ShortText} is that |