Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0d9aafb

Browse files
chikeichanpkozlowski-opensource
authored andcommitted
docs(angular.fromJson): replace the word "Thingy"
Replace the word "thingy" with "JSON string" to specify what thingy means. Closes #10468
1 parent 0524e92 commit 0d9aafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ function toJson(obj, pretty) {
993993
* Deserializes a JSON string.
994994
*
995995
* @param {string} json JSON string to deserialize.
996-
* @returns {Object|Array|string|number} Deserialized thingy.
996+
* @returns {Object|Array|string|number} Deserialized JSON string.
997997
*/
998998
function fromJson(json) {
999999
return isString(json)

0 commit comments

Comments
 (0)