Skip to content

Commit ee35c85

Browse files
author
Zhen Li
committed
Fixing the js driver doc generation
esdoc cannot handle `[string`
1 parent 6a48868 commit ee35c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/record.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class Record {
110110
* of exactly two items - the key, and the value (in order).
111111
*
112112
* @generator
113-
* @returns {IterableIterator<[string, Object]>}
113+
* @returns {IterableIterator<Array>}
114114
*/
115115
* entries () {
116116
for (let i = 0; i < this.keys.length; i++) {

0 commit comments

Comments
 (0)