diff --git a/src/Angular.js b/src/Angular.js index 21ce1ff7282d..092f47d8f0e1 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -950,7 +950,7 @@ function toJson(obj, pretty) { * Deserializes a JSON string. * * @param {string} json JSON string to deserialize. - * @returns {Object|Array|Date|string|number} Deserialized thingy. + * @returns {Object|Array|string|number} Deserialized thingy. */ function fromJson(json) { return isString(json)