8000 Cleanup unescape comments. · lodash/lodash@7de69a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7de69a2

Browse files
committed
Cleanup unescape comments.
Former-commit-id: 4c0a66d28ed8b04748e4d97755983ec328e53ca4
1 parent 21783e4 commit 7de69a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lodash.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
* Used to convert HTML entities to characters:
256256
*
257257
* Numeric character references are case-insensitive.
258-
* http://www.w3.org/TR/html4/charset.html#h-5.3.1
258+
* http://whatwg.org/html/syntax.html#character-references
259259
*/
260260
var htmlUnescapes = {
261261
'&': '&',
@@ -4037,7 +4037,7 @@
40374037
}
40384038

40394039
/**
4040-
* Converts the HTML entities `&`, `<`, `>`, `"`, and `&#x27`
4040+
* Converts the HTML entities `&`, `<`, `>`, `"`, and `'`
40414041
* in `string` to their corresponding characters.
40424042
*
40434043
* @static

0 commit comments

Comments
 (0)
0