Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Small docs improvements for TextWatcher#isEnabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Jan 29, 2020
1 parent 75b95bf commit 0a889f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textwatcher.js
Expand Up @@ -34,7 +34,7 @@ export default class TextWatcher {
this.hasMatch = false;

/**
* Flag indicating whether the TextWatcher is enabled or disabled.
* Flag indicating whether the `TextWatcher` instance is enabled or disabled.
* A disabled TextWatcher will not evaluate text.
*
* To disable TextWatcher:
Expand Down

0 comments on commit 0a889f2

Please sign in to comment.