gnu: julia-ellipsisnotation: Fix typo in synopsis.

* gnu/packages/julia-xyz.scm (julia-ellipsisnotation)[synopsis]:
Fix ‘elipsis’ typo.
This commit is contained in:
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

View file

@ -1650,7 +1650,7 @@ (define-public julia-ellipsisnotation
(propagated-inputs (propagated-inputs
(list julia-arrayinterface)) (list julia-arrayinterface))
(home-page "https://github.com/ChrisRackauckas/EllipsisNotation.jl") (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. (description "This implements the notation @code{..} for indexing arrays.
It's similar to the Python @code{...} in that it means \"all of the columns It's similar to the Python @code{...} in that it means \"all of the columns
before (or after)\".") before (or after)\".")