Typo fix for the comment of the extractStyleCondFuncs variable (#1846)
Signed-off-by: yetyear <flite@outlook.com>
This commit is contained in:
parent
4ed493819a
commit
585ebff5b7
|
@ -1136,7 +1136,7 @@ var (
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
// extractStyleCondFuncs provides a function set to returns if shoudle be
|
// extractStyleCondFuncs provides a function set to returns if should be
|
||||||
// extract style definition by given style.
|
// extract style definition by given style.
|
||||||
extractStyleCondFuncs = map[string]func(xlsxXf, *xlsxStyleSheet) bool{
|
extractStyleCondFuncs = map[string]func(xlsxXf, *xlsxStyleSheet) bool{
|
||||||
"fill": func(xf xlsxXf, s *xlsxStyleSheet) bool {
|
"fill": func(xf xlsxXf, s *xlsxStyleSheet) bool {
|
||||||
|
|
Loading…
Reference in New Issue