Skip to content

Commit 9a630c4

Browse files
authored
Merge pull request #51 from pauldtong/patch-1
changed var to const
2 parents b5916fe + d39c3d8 commit 9a630c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple_excel_export_01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const dataSet1 = [
3535
}
3636
];
3737

38-
var dataSet2 = [
38+
const dataSet2 = [
3939
{
4040
name: "Johnson",
4141
total: 25,

0 commit comments

Comments
 (0)