diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-09 23:24:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-10 01:16:07 +0100 |
commit | d5542627fa890bebc03f5c899075595952d0e2df (patch) | |
tree | 4db4ab2ea0c7945fd7875ea956a34cc821a71503 | |
parent | 1dfc08f7ad86e105867eb7a5b2425e34bf2f24ef (diff) |
gnu: range-v3: Fix typo in description.
* gnu/packages/cpp.scm (range-v3)[description]: Fix typo.
-rw-r--r-- | gnu/packages/cpp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index eeb45950af..ce9c9502ef 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 |