Improve Readability (#2639)

This commit is contained in:
Ryan Russell 2022-06-01 12:01:37 -05:00 committed by GitHub
parent fc666db6b9
commit ae12c58f0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 15 additions and 15 deletions

View file

@ -377,7 +377,7 @@ mod test {
}
#[test]
fn test_increment_basic_hexadedimal_numbers() {
fn test_increment_basic_hexadecimal_numbers() {
let tests = [
("0x0100", 1, "0x0101"),
("0x0100", -1, "0x00ff"),