Add a comment
This commit is contained in:
parent
ae40172b7c
commit
cc0bfd95b2
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue