Add comment to decodedEntity.

This commit is contained in:
Brent Simmons
2024-09-15 21:59:07 -07:00
parent 6779ef94dd
commit 8e4e859071

View File

@@ -166,6 +166,7 @@ extension String {
}
}
/// rawEntity is assumed not to have opening `&` and closing `;`.
private func decodedEntity(_ rawEntity: String) -> String? {
return nil