We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d51bd5 commit b61d52cCopy full SHA for b61d52c
README.md
@@ -651,8 +651,8 @@
651
// make() returns a new element
652
// based on the passed in tag name
653
//
654
- // @param <String> tag
655
- // @return <Element> element
+ // @param {String} tag
+ // @return {Element} element
656
function make(tag) {
657
658
// ...stuff...
@@ -665,8 +665,8 @@
665
* make() returns a new element
666
* based on the passed in tag name
667
*
668
- * @param <String> tag
669
- * @return <Element> element
+ * @param {String} tag
+ * @return {Element} element
670
*/
671
672
0 commit comments