Fix typo in code comment
Fix a trivial grammatical mistake in code comment.
This commit is contained in:
parent
e36ae3a229
commit
c3021d852a
|
@ -1568,8 +1568,8 @@ mod tests {
|
||||||
fn u256_overflowing_subtraction_panics() { let _ = U256::ZERO - U256::ONE; }
|
fn u256_overflowing_subtraction_panics() { let _ = U256::ZERO - U256::ONE; }
|
||||||
|
|
||||||
// We only test with test case value on the right hand side of the multiplication but that
|
// We only test with test case value on the right hand side of the multiplication but that
|
||||||
// should be enough coverage since we call the same underlying method to do multiplication the
|
// should be enough coverage since we call the same underlying method to do multiplication with
|
||||||
// sides inverted.
|
// the sides inverted.
|
||||||
macro_rules! test_u256_multiplication_panics {
|
macro_rules! test_u256_multiplication_panics {
|
||||||
($($test_name:ident, $x:expr);* $(;)?) => {
|
($($test_name:ident, $x:expr);* $(;)?) => {
|
||||||
$(
|
$(
|
||||||
|
|
Loading…
Reference in New Issue