From 4589cbb0fe4d1bbdecb395229e2bcc7fac91ae92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?On=C3=A8?= <43485962+c-git@users.noreply.github.com> Date: Sun, 2 Mar 2025 06:07:08 -0500 Subject: [PATCH] Fix typo in example (#5750) * [x] I have followed the instructions in the PR template --- examples/puffin_profiler/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/puffin_profiler/src/main.rs b/examples/puffin_profiler/src/main.rs index 91e3d586..f2d7a0c0 100644 --- a/examples/puffin_profiler/src/main.rs +++ b/examples/puffin_profiler/src/main.rs @@ -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,