Typo: CollpasingHeaders -> CollapsingHeaders (#359)

This commit is contained in:
follower 2021-05-09 02:24:22 +12:00 committed by GitHub
parent a7a36bd313
commit a5e41f275c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.",
);
}