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

* gnu/packages/crates-io.scm (rust-fallible-collections-0.4)[description]: Fix
  spelling of "which".
This commit is contained in:
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

View file

@ -17405,7 +17405,7 @@ (define-public rust-fallible-collections-0.4
@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))))