From a5e41f275c2e7b09a9eb8edd6d70b804b35d0c01 Mon Sep 17 00:00:00 2001 From: follower Date: Sun, 9 May 2021 02:24:22 +1200 Subject: [PATCH] Typo: `CollpasingHeaders` -> `CollapsingHeaders` (#359) --- egui/src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egui/src/context.rs b/egui/src/context.rs index 83bfa18e..fdcf63bd 100644 --- a/egui/src/context.rs +++ b/egui/src/context.rs @@ -123,7 +123,7 @@ impl CtxRef { if rect.contains(pointer_pos) { painter.error( rect.left_bottom() + vec2(2.0, 4.0), - "ID clashes happens when things like Windows or CollpasingHeaders share names,\n\ + "ID clashes happens when things like Windows or CollapsingHeaders share names,\n\ or when things like ScrollAreas and Resize areas aren't given unique id_source:s.", ); }