Fix double words and article mismatches in docs.

This commit is contained in:
Blake Madden
2021-03-10 14:28:20 -05:00
parent 18edbe93f2
commit 28d705424b
34 changed files with 46 additions and 46 deletions

View File

@@ -1246,7 +1246,7 @@ bool wxSafeYield(wxWindow* win = NULL, bool onlyIfNeeded = false);
This function initializes wxWidgets in a platform-dependent way. Use this if you
are not using the default wxWidgets entry code (e.g. main or WinMain).
For example, you can initialize wxWidgets from an Microsoft Foundation Classes
For example, you can initialize wxWidgets from a Microsoft Foundation Classes
(MFC) application using this function.
@note This overload of wxEntry is available under all platforms.