Merge pull request #150 from schalkventer/master

Fix typo in JSDoc-support-in-JavaScript.md
Mohamed Hegazy 2017-10-05 14:14:49 -07:00 коммит произвёл GitHub
Родитель be3e7d35da a60f270020
Коммит 346955dee7
1 изменённых файлов: 1 добавлений и 1 удалений

@ -63,7 +63,7 @@ var var8;
/** @type {{a: string, b: number}} */
var var9;
// "@typedef" maybe used to define complex types
// "@typedef" may be used to define complex types
/**
* @typedef {Object} SpecialType - creates a new type named 'SpecialType'
* @property {string} prop1 - a string property of SpecialType