mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: packages: Fix broken descriptions.
A few description mistakenly use @{foo} instead of @code{foo} which results in broken formatting in guix search. * gnu/packages/bioinformatics.scm (umi-tools), * gnu/packages/cran.scm (r-ggside), * gnu/packages/crates-apple.scm: (rust-commoncrypto-0.2), * gnu/packages/crates-io.scm: (rust-ndarray-rand-0.15), * gnu/packages/emacs-xyz.scm (emacs-load-relative, emacs-el-x) (emacs-helm-org-ql, emacs-consult-lsp), * gnu/packages/golang-xyz.scm (go-github-com-songmu-gitconfig), * gnu/packages/haskell-xyz.scm (ghc-text-short, ghc-validation), * gnu/packages/image.scm (imgp), * gnu/packages/perl-check.scm (perl-test-file-contents), * gnu/packages/perl-web.scm (perl-uri-db), * gnu/packages/perl.scm (perl-clipboard, perl-module-refresh), * gnu/packages/python-xyz.scm (python-ddlparse, python-black-macchiato) (python-pysendfile), * gnu/packages/qt.scm (qt5compat), * gnu/packages/ruby.scm (ruby-ruby-engine, ruby-httpclient), * gnu/packages/sagemath.scm (python-memory-allocator), * gnu/packages/spreadsheet.scm (sc-im), * gnu/packages/time.scm (python-pendulum): [description]: Fix malformed macros. Change-Id: I3ed755a54aecf40bf0c5c982f9e70b7cd3689de7 Signed-off-by: Greg Hogan <code@greghogan.com>
This commit is contained in:
parent
11cd06a4f7
commit
380282f3f5
17 changed files with 27 additions and 26 deletions
|
@ -8549,7 +8549,7 @@ to how @code{ShortByteString} relates to @code{ByteString}.
|
|||
The main difference between @code{Text} and @code{ShortText} is that
|
||||
@code{ShortText} uses UTF-8 instead of UTF-16 internally and also doesn't
|
||||
support zero-copy slicing (thereby saving 2 words). Consequently, the memory
|
||||
footprint of a (boxed) @{ShortText} value is 4 words (2 words when unboxed)
|
||||
footprint of a (boxed) @code{ShortText} value is 4 words (2 words when unboxed)
|
||||
plus the length of the UTF-8 encoded payload.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
|
@ -13891,7 +13891,7 @@ their similarities.
|
|||
The @code{Validation} data type is isomorphic to @code{Either}, but has an
|
||||
instance of @code{Applicative} that accumulates on the error side. That is to
|
||||
say, if two (or more) errors are encountered, they are appended using a
|
||||
@{Semigroup} operation.
|
||||
@code{Semigroup} operation.
|
||||
|
||||
As a consequence of this @code{Applicative} instance, there is no
|
||||
corresponding @code{Bind} or @code{Monad} instance. @code{Validation} is an
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue