diff --git a/ksoup-html/src/commonMain/kotlin/com/mohamedrejeb/ksoup/html/tokenizer/KsoupTokenizer.kt b/ksoup-html/src/commonMain/kotlin/com/mohamedrejeb/ksoup/html/tokenizer/KsoupTokenizer.kt index 3634916..aec5784 100644 --- a/ksoup-html/src/commonMain/kotlin/com/mohamedrejeb/ksoup/html/tokenizer/KsoupTokenizer.kt +++ b/ksoup-html/src/commonMain/kotlin/com/mohamedrejeb/ksoup/html/tokenizer/KsoupTokenizer.kt @@ -851,7 +851,7 @@ internal class KsoupTokenizer( } private companion object { - val LONGEST_HTML_ENTITY_LENGTH = "∳".length + const val LONGEST_HTML_ENTITY_LENGTH = "∳".length /** * Returns true if the given code point is a whitespace character.