guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: rust-fallible-collections-0.4: Fix typo.


From: guix-commits
Subject: 06/12: gnu: rust-fallible-collections-0.4: Fix typo.
Date: Sun, 14 Nov 2021 21:25:12 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit df808170987a27e8682f2b6840ecbc94274973c4
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Sun Nov 14 17:43:44 2021 -0800

    gnu: rust-fallible-collections-0.4: Fix typo.
    
    * gnu/packages/crates-io.scm (rust-fallible-collections-0.4)[description]: 
Fix
      spelling of "which".
---
 gnu/packages/crates-io.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index aa5cdef..9f9014b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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))))
 



reply via email to

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