guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: julia-ellipsisnotation: Fix typo in synopsis.


From: guix-commits
Subject: 03/09: gnu: julia-ellipsisnotation: Fix typo in synopsis.
Date: Wed, 25 May 2022 22:01:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 69437fa88a0a8cb437b4fc76a9fab2efd2108f71
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:00 2022 +0200

    gnu: julia-ellipsisnotation: Fix typo in synopsis.
    
    * gnu/packages/julia-xyz.scm (julia-ellipsisnotation)[synopsis]:
    Fix ‘elipsis’ typo.
---
 gnu/packages/julia-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 5d45c07115..56cff1ea6f 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -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)\".")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]