From 87c4a2b4b151b79005955f8543632c27fc34174b Mon Sep 17 00:00:00 2001 From: zhimoe Date: Mon, 27 Jun 2022 06:49:54 +0800 Subject: doc: fix typo PR #2248 --- crates/cli/src/human.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/src/human.rs b/crates/cli/src/human.rs index 2c4213db..ba8bf08a 100644 --- a/crates/cli/src/human.rs +++ b/crates/cli/src/human.rs @@ -8,7 +8,7 @@ use regex::Regex; /// An error that occurs when parsing a human readable size description. /// /// This error provides an end user friendly message describing why the -/// description coudln't be parsed and what the expected format is. +/// description couldn't be parsed and what the expected format is. #[derive(Clone, Debug, Eq, PartialEq)] pub struct ParseSizeError { original: String, -- cgit v1.2.3