Typo fix for the comment of the extractStyleCondFuncs variable (#1846)

Signed-off-by: yetyear <flite@outlook.com>
This commit is contained in:
yeahyear 2024-03-13 14:39:22 +08:00 committed by GitHub
parent 4ed493819a
commit 585ebff5b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.
extractStyleCondFuncs = map[string]func(xlsxXf, *xlsxStyleSheet) bool{
"fill": func(xf xlsxXf, s *xlsxStyleSheet) bool {