Skip to content

Commit

Permalink
Fixing the js driver doc generation
Browse files Browse the repository at this point in the history
esdoc cannot handle `[string`
  • Loading branch information
Zhen Li committed Mar 13, 2020
1 parent 6a48868 commit ee35c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/record.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class Record {
* of exactly two items - the key, and the value (in order).
*
* @generator
* @returns {IterableIterator<[string, Object]>}
* @returns {IterableIterator<Array>}
*/
* entries () {
for (let i = 0; i < this.keys.length; i++) {
Expand Down

0 comments on commit ee35c85

Please sign in to comment.