docs(angular.fromJson): replace the word "Thingy"

Replace the word "thingy" with "JSON string" to specify what thingy means.

Closes #10468
This commit is contained in:
Chi Kei Chan
2014-12-15 09:57:09 -08:00
committed by Pawel Kozlowski
parent 0524e92d2e
commit 0d9aafba3b

View File

@@ -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)