mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Fix typo in error message
This commit is contained in:
parent
32627a475a
commit
85b99f8ba4
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ impl VirtualMethods for HTMLInputElement {
|
|||
self.textinput.borrow_mut().max_length = Some(value as usize)
|
||||
}
|
||||
},
|
||||
_ => panic!("Expected an AttrValue::UInt"),
|
||||
_ => panic!("Expected an AttrValue::Int"),
|
||||
}
|
||||
}
|
||||
&atom!("placeholder") => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue