From da94d3e2b8c02dfac7fab664c5c25c9e25cfc1a1 Mon Sep 17 00:00:00 2001 From: Fabrice Weinberg <Fabrice@weinberg.me> Date: Thu, 5 Jan 2017 14:03:17 +0100 Subject: [PATCH] Clarify enableAllIndicators/enableIndicator. Fixes #96 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a63d4ba..3fc2c12 100644 --- a/README.md +++ b/README.md @@ -274,14 +274,14 @@ void enableIndicator(); void disableIndicator(); /** - * Enable drawing of indicators + * Enable drawing of all indicators. */ -void enableAllIndicator(); +void enableAllIndicators(); /** - * Disable drawing of indicators. + * Disable drawing of all indicators. */ -void disableAllIndicator(); +void disableAllIndicators(); /** * Set the position of the indicator bar. -- GitLab