Add a comment

This commit is contained in:
Nate Weaver 2020-05-01 01:42:17 -05:00
parent ae40172b7c
commit cc0bfd95b2
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ private struct CountedSet<Element> where Element: Hashable {
private extension String {
var decodedEntity: String {
// It's possible the implementation will change, but for now it just calls this.
(self as NSString).rsparser_stringByDecodingHTMLEntities() as String
}
}