Fixed typo in comment (#51745)

Comment said the supporter highlighter type was fvj, there's no such highlighter. It is supposed to say fvh for fast vector highlighting.
This commit is contained in:
Noor 2020-01-31 13:29:25 -05:00 committed by Ryan Ernst
parent 480e9238a4
commit 70bb7c862d
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ public abstract class AbstractHighlighterBuilder<HB extends AbstractHighlighterB
/**
* Set type of highlighter to use. Out of the box supported types
* are {@code unified}, {@code plain} and {@code fvj}.
* are {@code unified}, {@code plain} and {@code fvh}.
* Defaults to {@code unified}.
* Details of the different highlighter types are covered in the reference guide.
*/