mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
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 @@ (define-public ghc-text-short
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue