- *
Example: assume that filled mask contains "+7 999
+ *
Example: assume that filled mask contains "+7 999
* 111-22-33" where spaces and dashes are decoration slots. Then this
* method will return "+79991112233".
*
diff --git a/library/src/main/java/ru/tinkoff/decoro/watchers/FormatWatcher.java b/library/src/main/java/ru/tinkoff/decoro/watchers/FormatWatcher.java
index 20be9b1..55e9237 100644
--- a/library/src/main/java/ru/tinkoff/decoro/watchers/FormatWatcher.java
+++ b/library/src/main/java/ru/tinkoff/decoro/watchers/FormatWatcher.java
@@ -69,7 +69,7 @@ protected FormatWatcher() {
}
/**
- * Starts to follow text changes in the specified {@link TextView} to format any input.
+ * Starts to follow text changes in the specified {@link TextView} to format any input.
* IMPORTANT: this call will force watcher to re-create the mask
*
* @param textView text view to watch and format
@@ -80,7 +80,7 @@ public void installOn(@NonNull final TextView textView) {
/**
* Starts to follow text changes in the specified {@link TextView} to format any input.
- * Initial mask's value (e.g. hardcoded head) will be displayed in the view.
+ * Initial mask's value (e.g. hardcoded head) will be displayed in the view.
* IMPORTANT: this call will force watcher to re-create the mask
*
* @param textView text view to watch and format