Fix typo in example (#5750)

* [x] I have followed the instructions in the PR template
This commit is contained in:
Onè 2025-03-02 06:07:08 -05:00 committed by GitHub
parent 2428aeccbe
commit 4589cbb0fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ fn main() -> eframe::Result {
struct MyApp {
keep_repainting: bool,
// It is useful to be able t oinspect how eframe acts with multiple viewport
// It is useful to be able to inspect how eframe acts with multiple viewport
// so we have two viewports here that we can toggle on/off.
show_immediate_viewport: bool,
show_deferred_viewport: Arc<AtomicBool>,