diff --git a/lodash.js b/lodash.js index 0356e7ffc..513035a68 100644 --- a/lodash.js +++ b/lodash.js @@ -255,7 +255,7 @@ * Used to convert HTML entities to characters: * * Numeric character references are case-insensitive. - * http://www.w3.org/TR/html4/charset.html#h-5.3.1 + * http://whatwg.org/html/syntax.html#character-references */ var htmlUnescapes = { '&': '&', @@ -4037,7 +4037,7 @@ } /** - * Converts the HTML entities `&`, `<`, `>`, `"`, and `'` + * Converts the HTML entities `&`, `<`, `>`, `"`, and `'` * in `string` to their corresponding characters. * * @static