Skip to content

Commit

Permalink
Merge pull request #1058 from xydens/master
Browse files Browse the repository at this point in the history
fix typings for cell.note
  • Loading branch information
Siemienik authored Jan 11, 2020
2 parents b420ec5 + 817f174 commit 1c3ea65
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 @@ -436,7 +436,7 @@ export interface Cell extends Style, Address {
/**
* comment of the cell
*/
comment: Comment;
note: Comment;

/**
* convenience getter to access the formula
Expand Down

0 comments on commit 1c3ea65

Please sign in to comment.