chore: fix typo

This commit is contained in:
Arthur Meyre
2025-08-11 13:55:05 +02:00
committed by David Testé
parent ddb7b31736
commit 28eb48a30c
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ impl Display for InvalidRangeError {
"The upper bound of the range is greater than the size of the integer"
),
Self::WrongOrder => {
write!(f, "The upper gound is smaller than the lower bound")
write!(f, "The upper bound is smaller than the lower bound")
}
}
}

View File

@@ -5,7 +5,7 @@ mod test_cpu_doc {
// README
doctest!("../../README.md", readme);
// CONGFIGURATION
// CONFIGURATION
doctest!(
"../docs/configuration/parallelized_pbs.md",
configuration_parallelized_pbs