Miscellaneous spelling and typo fixes in the documentation.
Closes #14866. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1795,7 +1795,7 @@ public:
|
||||
you can do:
|
||||
@code
|
||||
if (wxStringCheck<wxIsdigit>(myString))
|
||||
... // the entire string contains oly digits!
|
||||
... // the entire string contains only digits!
|
||||
else
|
||||
... // at least one character of myString is not a digit
|
||||
@endcode
|
||||
|
Reference in New Issue
Block a user