mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore: fix typo
This commit is contained in:
committed by
David Testé
parent
ddb7b31736
commit
28eb48a30c
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ mod test_cpu_doc {
|
||||
// README
|
||||
doctest!("../../README.md", readme);
|
||||
|
||||
// CONGFIGURATION
|
||||
// CONFIGURATION
|
||||
doctest!(
|
||||
"../docs/configuration/parallelized_pbs.md",
|
||||
configuration_parallelized_pbs
|
||||
|
||||
Reference in New Issue
Block a user