Skip to content

Commit 585ebff

Browse files
authored
Typo fix for the comment of the extractStyleCondFuncs variable (#1846)
Signed-off-by: yetyear <[email protected]>
1 parent 4ed4938 commit 585ebff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ var (
11361136
},
11371137
}
11381138

1139-
// extractStyleCondFuncs provides a function set to returns if shoudle be
1139+
// extractStyleCondFuncs provides a function set to returns if should be
11401140
// extract style definition by given style.
11411141
extractStyleCondFuncs = map[string]func(xlsxXf, *xlsxStyleSheet) bool{
11421142
"fill": func(xf xlsxXf, s *xlsxStyleSheet) bool {

0 commit comments

Comments
 (0)