guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: range-v3: Fix typo in description.


From: guix-commits
Subject: 04/07: gnu: range-v3: Fix typo in description.
Date: Tue, 9 Mar 2021 19:31:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d5542627fa890bebc03f5c899075595952d0e2df
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Mar 9 23:24:18 2021 +0100

    gnu: range-v3: Fix typo in description.
    
    * gnu/packages/cpp.scm (range-v3)[description]: Fix typo.
---
 gnu/packages/cpp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index eeb4595..ce9c950 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -91,7 +91,7 @@
     (description "Range-v3 is an extension of the Standard Template Library 
that
 makes its iterators and algorithms more powerful by making them composable.
 Unlike other range-like solutions which, seek to do away with iterators, in
-range-v3 ranges are an abstration layer on top of iterators.")
+range-v3 ranges are an abstraction layer on top of iterators.")
     (home-page "https://github.com/ericniebler/range-v3/";)
     (license
      (list



reply via email to

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