Fix a few more typos
This commit is contained in:
parent
285f4d1be9
commit
e6ca92ffa4
7 changed files with 8 additions and 8 deletions
|
@ -615,7 +615,7 @@ mod test {
|
|||
// Reset
|
||||
state.reset(5);
|
||||
|
||||
// And then recieve a scroll event _before_ the next paint
|
||||
// And then receive a scroll event _before_ the next paint
|
||||
cx.simulate_event(ScrollWheelEvent {
|
||||
position: point(px(1.), px(1.)),
|
||||
delta: ScrollDelta::Pixels(point(px(0.), px(-500.))),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue