From db3ddab2b828affaf48c18381454ff6e18546da9 Mon Sep 17 00:00:00 2001 From: Seth Peasley Date: Tue, 20 Apr 2021 17:17:32 -0400 Subject: [PATCH] Update overview.md (#1233) Fixed typo in last sentence, "mainlop" to "mainloop". --- docfx/articles/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx/articles/overview.md b/docfx/articles/overview.md index ca617bbde..8e5780f62 100644 --- a/docfx/articles/overview.md +++ b/docfx/articles/overview.md @@ -425,4 +425,4 @@ label.TextColor = myColor MainLoop, Threads and Input Handling ==================================== -Detailed description of the mainlop is described on the [Event Processing and the Application Main Loop](mainloop.html) document. +Detailed description of the mainloop is described on the [Event Processing and the Application Main Loop](mainloop.html) document.