Skip to content

Commit b61d52c

Browse files
author
Jake Teton-Landis
committed
use JSDoc/Closure Compiler style type annotations
1 parent 8d51bd5 commit b61d52c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -651,8 +651,8 @@
651651
// make() returns a new element
652652
// based on the passed in tag name
653653
//
654-
// @param <String> tag
655-
// @return <Element> element
654+
// @param {String} tag
655+
// @return {Element} element
656656
function make(tag) {
657657

658658
// ...stuff...
@@ -665,8 +665,8 @@
665665
* make() returns a new element
666666
* based on the passed in tag name
667667
*
668-
* @param <String> tag
669-
* @return <Element> element
668+
* @param {String} tag
669+
* @return {Element} element
670670
*/
671671
function make(tag) {
672672

0 commit comments

Comments
 (0)