1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Fixed typos: wether -> whether (#1210)

Co-authored-by: mir <mir@wisdomtag.com>
This commit is contained in:
Manuel Innerhofer
2022-02-05 18:14:16 +01:00
committed by GitHub
parent 9ed96155e9
commit 7d41551913
6 changed files with 10 additions and 10 deletions

View File

@@ -52,7 +52,7 @@ impl super::View for IdTest {
ui.label("\
Widgets that store state require unique and persisting identifiers so we can track their state between frames.\n\
For instance, collapsable headers needs to store wether or not they are open. \
For instance, collapsable headers needs to store whether or not they are open. \
Their Id:s are derived from their names. \
If you fail to give them unique names then clicking one will open both. \
To help you debug this, an error message is printed on screen:");