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

@@ -106,7 +106,7 @@ public:
used for anything, but the wxMetafile object must still be destroyed by
the application.
Below is a example of metafile, metafile device context and clipboard use
Below is an example of metafile, metafile device context and clipboard use
from the @c hello.cpp example. Note the way the metafile dimensions
are passed to the clipboard, making use of the device context's ability
to keep track of the maximum extent of drawing commands.