nckx pushed a commit to branch master
in repository guix.

commit 5bee5ced3455508fbb27a0374a14dfb73405a7ec
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Apr 9 19:53:54 2021 +0200

    gnu: rust-scratch: Fix typo in description.
    
    * gnu/packages/crates-io.scm (rust-scratch-1)[description]: Fix typo.
---
 gnu/packages/crates-io.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 54b2083..0f358d7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35802,8 +35802,9 @@ with one of the implemented strategies.")
        (("rust-fs2" ,rust-fs2-0.4))))
     (home-page "https://github.com/dtolnay/scratch";)
     (synopsis "Compile-time temporary directory")
-    (description "This crate exposes a compile-time temporary directory 
sharable
-by multiple crates in a build graph and erased by @code{cargo clean}.")
+    (description "This crate exposes a compile-time temporary directory
+shareable by multiple crates in a build graph and erased by @code{cargo
+clean}.")
     (license (list license:expat license:asl2.0))))
 
 (define-public rust-scrypt-0.3

Reply via email to