Skip to content

Commit

Permalink
docs(angular.fromJson): replace the word "Thingy"
Browse files Browse the repository at this point in the history
Replace the word "thingy" with "JSON string" to specify what thingy means.

Closes angular#10468
  • Loading branch information
chikeichan authored and pkozlowski-opensource committed Dec 15, 2014
1 parent 0524e92 commit 0d9aafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0d9aafb

Please sign in to comment.