Skip to content

Commit

Permalink
Merge pull request exceljs#582 from hankolsen/patch-1
Browse files Browse the repository at this point in the history
Update index.d.ts
  • Loading branch information
guyonroche authored Jun 26, 2018
2 parents fc2619a + 230db4e commit 5efb1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ export interface Worksheet {
addRows(rows: any[]): void;

/**
* Get or create row by 0-based index
* Get or create row by 1-based index
*/
getRow(index: number): Row;

Expand Down

0 comments on commit 5efb1c7

Please sign in to comment.