Skip to content
Permalink
Browse files

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

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

Closes #10468
  • Loading branch information
chikeichan authored and pkozlowski-opensource committed Dec 15, 2014
1 parent 0524e92 commit 0d9aafba3b28ccbdc66fb92148453f5e2e46221e
Showing with 1 addition and 1 deletion.
  1. +1 −1 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)

0 comments on commit 0d9aafb

Please sign in to comment.
You can’t perform that action at this time.