Skip to content

Commit d8ad46e

Browse files
committed
docs: generate docs
1 parent 45f7e63 commit d8ad46e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2858,19 +2858,19 @@ function quux (foo) {
28582858
}
28592859

28602860
/**
2861-
* @implements
2861+
* @override
28622862
*/
28632863
function quux (foo) {
28642864
}
28652865

28662866
/**
2867-
* @override
2867+
* @constructor
28682868
*/
28692869
function quux (foo) {
28702870
}
28712871

28722872
/**
2873-
* @constructor
2873+
* @implements
28742874
*/
28752875
function quux (foo) {
28762876
}

0 commit comments

Comments
 (0)