diff options
Diffstat (limited to 'sparkline_test.go')
-rw-r--r-- | sparkline_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sparkline_test.go b/sparkline_test.go index 4b059ab..45d3d72 100644 --- a/sparkline_test.go +++ b/sparkline_test.go @@ -211,7 +211,7 @@ func TestAddSparkline(t *testing.T) { Negative: true, })) - // Save xlsx file by the given path. + // Save spreadsheet by the given path. assert.NoError(t, f.SaveAs(filepath.Join("test", "TestAddSparkline.xlsx"))) // Test error exceptions |