From 0d9aafba3b28ccbdc66fb92148453f5e2e46221e Mon Sep 17 00:00:00 2001 From: Chi Kei Chan Date: Mon, 15 Dec 2014 09:57:09 -0800 Subject: [PATCH] docs(angular.fromJson): replace the word "Thingy" Replace the word "thingy" with "JSON string" to specify what thingy means. Closes #10468 --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Angular.js b/src/Angular.js index d998b0f4fb05..5b8e78538b15 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -993,7 +993,7 @@ function toJson(obj, pretty) { * Deserializes a JSON string. * * @param {string} json JSON string to deserialize. - * @returns {Object|Array|string|number} Deserialized thingy. + * @returns {Object|Array|string|number} Deserialized JSON string. */ function fromJson(json) { return isString(json)