Skip to content

Commit c853113

Browse files
Update comment for xlsxDataValidation data structure (#2142)
1 parent bb1105b commit c853113

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)