diff --git a/Modules/Parser/Sources/SAX/HTMLEntityDecoder.swift b/Modules/Parser/Sources/SAX/HTMLEntityDecoder.swift
index 70fdf5d3a..78dbc540f 100644
--- a/Modules/Parser/Sources/SAX/HTMLEntityDecoder.swift
+++ b/Modules/Parser/Sources/SAX/HTMLEntityDecoder.swift
@@ -166,6 +166,7 @@ extension String {
}
}
+/// rawEntity is assumed not to have opening `&` and closing `;`.
private func decodedEntity(_ rawEntity: String) -> String? {
return nil