summaryrefslogtreecommitdiff
path: root/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'errors.go')
-rw-r--r--errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/errors.go b/errors.go
index a31330c..48476bc 100644
--- a/errors.go
+++ b/errors.go
@@ -55,7 +55,7 @@ func newUnzipSizeLimitError(unzipSizeLimit int64) error {
// newInvalidStyleID defined the error message on receiving the invalid style
// ID.
func newInvalidStyleID(styleID int) error {
- return fmt.Errorf("invalid style ID %d, negative values are not supported", styleID)
+ return fmt.Errorf("invalid style ID %d", styleID)
}
// newFieldLengthError defined the error message on receiving the field length