me
/
guix
Archived
1
0
Fork 0

gnu: julia-ellipsisnotation: Fix typo in synopsis.

* gnu/packages/julia-xyz.scm (julia-ellipsisnotation)[synopsis]:
Fix ‘elipsis’ typo.
master
Tobias Geerinckx-Rice 2022-05-22 02:00:00 +02:00
parent 499b57e7eb
commit 69437fa88a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1650,7 +1650,7 @@ combinations of dual numbers with predefined Julia numeric types.")
(propagated-inputs
(list julia-arrayinterface))
(home-page "https://github.com/ChrisRackauckas/EllipsisNotation.jl")
(synopsis "Elipsis notation implementation")
(synopsis "Ellipsis notation implementation")
(description "This implements the notation @code{..} for indexing arrays.
It's similar to the Python @code{...} in that it means \"all of the columns
before (or after)\".")