gnu: rust-serde-bytes-0.11: Fix spelling of "handle".

* gnu/packages/crates-io (rust-serde-bytes-0.11)[synopsis]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2020-01-24 02:30:35 -08:00
parent b36d132873
commit d16a1c9356
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA

View File

@ -10219,7 +10219,7 @@ proven statistical guarantees.")
("rust-serde-test" ,rust-serde-test-1.0))))
(home-page "https://github.com/serde-rs/bytes")
(synopsis
"Hanlde of integer arrays and vectors for Serde")
"Handle of integer arrays and vectors for Serde")
(description
"Optimized handling of @code{&[u8]} and @code{Vec<u8>} for Serde.")
(license (list license:expat license:asl2.0))))