Merge branch 'stc-typo-fixes'

Fix minor typos in STC docs.

See https://github.com/wxWidgets/wxWidgets/pull/2276
This commit is contained in:
Vadim Zeitlin
2021-03-13 13:35:28 +01:00
5 changed files with 12 additions and 12 deletions

View File

@@ -4584,10 +4584,10 @@ public:
// Get the current indicator value
int GetIndicatorValue() const;
// Turn a indicator on over a range.
// Turn an indicator on over a range.
void IndicatorFillRange(int start, int lengthFill);
// Turn a indicator off over a range.
// Turn an indicator off over a range.
void IndicatorClearRange(int start, int lengthClear);
// Are any indicators present at pos?