This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 255fb17  gnu: armadillo: Fix typo in description.
255fb17 is described below

commit 255fb17b25f57be01cea246f8ec8a9989a13ea5a
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Mar 28 21:27:33 2020 +0100

    gnu: armadillo: Fix typo in description.
    
    * gnu/packages/maths.scm (armadillo): Fix spaces after "eg.".
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 51dcc1b..bd52fbc 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3125,7 +3125,7 @@ directly in C++, or quick conversion of research code 
into production
 environments.  It can be used for machine learning, pattern recognition,
 signal processing, bioinformatics, statistics, econometrics, etc.  The library
 provides efficient classes for vectors, matrices and cubes, as well as 150+
-associated functions (eg. contiguous and non-contiguous submatrix views).")
+associated functions (e.g., contiguous and non-contiguous submatrix views).")
     (license license:asl2.0)))
 
 (define-public muparser

Reply via email to