me
/
guix
Archived
1
0
Fork 0

gnu: rust-fallible-collections-0.4: Fix typo.

* gnu/packages/crates-io.scm (rust-fallible-collections-0.4)[description]: Fix
  spelling of "which".
master
Vagrant Cascadian 2021-11-14 17:43:44 -08:00
parent 8f392c4817
commit df80817098
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -17405,7 +17405,7 @@ a result when an allocation error occurs, ala
@url{https://github.com/rust-lang/rfcs/blob/master/text/2116-alloc-me-maybe.md,RFC
2116}. The API currently proposes a fallible interface for @code{Vec},
@code{Box}, @code{Arc}, @code{Btree} and @code{Rc}, as well as a
@code{TryClone} trait wich is implemented for primitive Rust traits and a
@code{TryClone} trait which is implemented for primitive Rust traits and a
fallible format macro.")
(license (list license:expat license:asl2.0))))