refactor: Fix typos (#4277)

This commit is contained in:
Chethan Rao
2024-04-03 13:40:04 +05:30
committed by GitHub
parent 06e30e04b0
commit 36f4112a6f
285 changed files with 195 additions and 197 deletions

View File

@ -1465,7 +1465,7 @@ mod test {
]),
&mut memo,
);
let _ans = memo
let _answer = memo
.0
.get(&(
_node_3.expect("node3 construction failed"),
@ -1473,6 +1473,6 @@ mod test {
Strength::Strong,
))
.expect("Memoization not workng");
matches!(_ans, Ok(()));
matches!(_answer, Ok(()));
}
}