Fix typo folloed -> followed (#7067)

This commit is contained in:
AMS21 2025-02-06 15:02:17 +01:00 committed by GitHub
parent 9db6430fdb
commit b32cbd4ea6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,7 +156,7 @@ impl ApplicationHandler for App {
}
WindowEvent::Resized(size) => {
// Reconfigures the size of the surface. We do not re-render
// here as this event is always folloed up by redraw request.
// here as this event is always followed up by redraw request.
state.resize(size);
}
_ => (),