doc: fix typo

Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
This commit is contained in:
Christian Schwarz
2023-03-28 12:22:26 +02:00
committed by GitHub
parent 0428b6822a
commit 453c3fd2da

View File

@@ -1,4 +1,4 @@
//! A serde::Desierialize type for percentages.
//! A serde::Deserialize type for percentages.
//!
//! See [`Percent`] for details.