mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: range-v3: Fix typo in description.
* gnu/packages/cpp.scm (range-v3)[description]: Fix typo.
This commit is contained in:
parent
1dfc08f7ad
commit
d5542627fa
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ (define-public range-v3
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue