gnu: ghc-text-short: Fix spelling.
* gnu/packages/haskell-xyz (ghc-text-short): Fix spelling of "similar".
This commit is contained in:
parent
c3364c18fd
commit
2faef3cb6f
1 changed files with 1 additions and 1 deletions
|
@ -9167,7 +9167,7 @@ require aeson
|
||||||
(home-page "https://hackage.haskell.org/package/text-short")
|
(home-page "https://hackage.haskell.org/package/text-short")
|
||||||
(synopsis "Memory-efficient representation of Unicode text strings")
|
(synopsis "Memory-efficient representation of Unicode text strings")
|
||||||
(description "This package provides the @code{ShortText} type which
|
(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}.
|
to how @code{ShortByteString} relates to @code{ByteString}.
|
||||||
|
|
||||||
The main difference between @code{Text} and @code{ShortText} is that
|
The main difference between @code{Text} and @code{ShortText} is that
|
||||||
|
|
Reference in a new issue