From 2514bb16c682679485dfb5298e1a5797b97bdcd7 Mon Sep 17 00:00:00 2001 From: xuri Date: Tue, 10 Nov 2020 23:48:09 +0800 Subject: Fix #724, standardize variable naming and update unit tests --- file_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file_test.go') diff --git a/file_test.go b/file_test.go index 9fc120c..0f979b8 100644 --- a/file_test.go +++ b/file_test.go @@ -24,7 +24,7 @@ func BenchmarkWrite(b *testing.B) { } } } - // Save xlsx file by the given path. + // Save spreadsheet by the given path. err := f.SaveAs("./test.xlsx") if err != nil { b.Error(err) -- cgit v1.2.1