Skip to content

Commit 8870df9

Browse files
authored
Merge pull request #538 from zhenlineo/4.0-fix-doc-generation
Fixing the js driver doc generation
2 parents 6a48868 + ee35c85 commit 8870df9

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)