Fix some spelling/grammar errors in documentation
Mostly replace ungrammatical "allows to do" with correct "allows doing". Closes https://github.com/wxWidgets/wxWidgets/pull/1183
This commit is contained in:
committed by
Vadim Zeitlin
parent
84fc5c1714
commit
c68e5d0617
@@ -68,7 +68,7 @@ public:
|
||||
|
||||
This method should be used instead of AutoComplete() overload taking
|
||||
the array of possible completions if the total number of strings is too
|
||||
big as it allows to return the completions dynamically, depending on
|
||||
big as it allows returning the completions dynamically, depending on
|
||||
the text already entered by user and so is more efficient.
|
||||
|
||||
The specified @a completer object will be used to retrieve the list of
|
||||
@@ -399,7 +399,7 @@ public:
|
||||
This function sets the maximum number of characters the user can enter
|
||||
into the control.
|
||||
|
||||
In other words, it allows to limit the text value length to @a len not
|
||||
In other words, it allows limiting the text value length to @a len not
|
||||
counting the terminating @c NUL character.
|
||||
|
||||
If @a len is 0, the previously set max length limit, if any, is discarded
|
||||
|
Reference in New Issue
Block a user