Skip to content

Commit da94d3e

Browse files
committed
Clarify enableAllIndicators/enableIndicator. Fixes #96
1 parent fcf7e11 commit da94d3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,14 @@ void enableIndicator();
274274
void disableIndicator();
275275
276276
/**
277-
* Enable drawing of indicators
277+
* Enable drawing of all indicators.
278278
*/
279-
void enableAllIndicator();
279+
void enableAllIndicators();
280280
281281
/**
282-
* Disable drawing of indicators.
282+
* Disable drawing of all indicators.
283283
*/
284-
void disableAllIndicator();
284+
void disableAllIndicators();
285285
286286
/**
287287
* Set the position of the indicator bar.

0 commit comments

Comments
 (0)