Skip to content

Commit 4dd57c1

Browse files
committed
update comment for datavalidation data structure
1 parent bb1105b commit 4dd57c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmlWorksheet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ type xlsxDataValidations struct {
428428
DataValidation []*xlsxDataValidation `xml:"dataValidation"`
429429
}
430430

431-
// DataValidation directly maps the single item of data validation defined
431+
// xlsxDataValidation directly maps the single item of data validation defined
432432
// on a range of the worksheet.
433433
type xlsxDataValidation struct {
434434
AllowBlank bool `xml:"allowBlank,attr"`

0 commit comments

Comments
 (0)