From b028e708e0ecd6d0d6eed0ab8e43bc46037dc7f9 Mon Sep 17 00:00:00 2001 From: pixeljoelson Date: Mon, 5 Apr 2021 04:56:58 -0300 Subject: [PATCH] fixed typo in README.md (#275) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a057f3e..3c9db427 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ There are some GUI state that you want the GUI library to retain, even in an imm `egui` also needs to track which widget is being interacted with (e.g. which slider is being dragged). `egui` uses unique id:s for this awell, but in this case the IDs are automatically generated, so there is no need for the user to worry about it. In particular, having two buttons with the same name is no problem (this is in contrast with [`Dear ImGui`](https://github.com/ocornut/imgui)). -Overall, ID handling is a rare invonvenience, and not a big disadvantage. +Overall, ID handling is a rare inconvenience, and not a big disadvantage. ## FAQ