Skip to content

Commit f86c16f

Browse files
authored
Update ProtectedHighlighter.java
Fixed typo in initial comment. "The default highlight color will the a..." changed to "The default highlight color will be a...".
1 parent 55df90f commit f86c16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ProtectedHighlighter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Class to manage highlighting of protected text within a Document.
1010
*
11-
* The default highlight color will the a "lighter" version of the
11+
* The default highlight color will be a "lighter" version of the
1212
* text selection highlighter but can be changed if desired.
1313
*
1414
* Normally highlights are stored with a starting and ending offset.

0 commit comments

Comments
 (0)