Fix more typos in sources and docs (#5681)

This commit is contained in:
tocic
2022-09-14 19:19:50 +03:00
committed by ocornut
parent 44e3ba115a
commit 2b1d8e3eaf
24 changed files with 68 additions and 68 deletions

View File

@ -166,7 +166,7 @@ static void main_loop(void* window)
if (show_demo_window)
ImGui::ShowDemoWindow(&show_demo_window);
// 2. Show a simple window that we create ourselves. We use a Begin/End pair to created a named window.
// 2. Show a simple window that we create ourselves. We use a Begin/End pair to create a named window.
{
static float f = 0.0f;
static int counter = 0;