diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Angular.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Angular.js b/src/Angular.js index bc2ecf94..68ae9295 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -986,7 +986,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) | 
