spelling: hilight

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 1b8ede40a3
commit d873e4b561
4 changed files with 6 additions and 6 deletions
@@ -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 "";
}