spelling: hilight

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:25:00 -04:00
committed by Jindra Petřík
parent 1b8ede40a3
commit d873e4b561
4 changed files with 6 additions and 6 deletions

View File

@@ -257,7 +257,7 @@ public abstract class GraphTextWriter {
* @param offset Offset
* @return GraphTextWriter
*/
public static String hilighOffset(String text, long offset) {
public static String hilightOffset(String text, long offset) {
return "";
}