1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-01 01:24:03 +02:00

gnu: julia-commonsubexpressions: Fix Texinfo syntax.

* gnu/packages/julia-xyz.scm (julia-commonsubexpressions)[synopsis]
[description]: Fix Texinfo syntax.
This commit is contained in:
Ludovic Courtès
2021-03-31 15:57:02 +02:00
parent 1410383dee
commit f233bb170b
+2 -2
View File
@@ -304,8 +304,8 @@ with.")
(propagated-inputs
`(("julia-macrotools" ,julia-macrotools)))
(home-page "https://github.com/rdeits/CommonSubexpressions.jl")
(synopsis "Macro @code{@cse}")
(description "This package provides the @code{@cse} macro, which performs
(synopsis "@code{@@cse} macro for Julia")
(description "This package provides the @code{@@cse} macro, which performs
common subexpression elimination.")
(license license:expat)))