Skip to content

Commit

Permalink
Fix typo folloed -> followed (gfx-rs#7067)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMS21 authored Feb 6, 2025
1 parent 9db6430 commit b32cbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/standalone/02_hello_window/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
_ => (),
Expand Down

0 comments on commit b32cbd4

Please sign in to comment.