all: fix doc of var ErrChecksum

Signed-off-by: Park Zhou <ideapark@139.com>
pull/709/head
Park Zhou 2024-03-11 16:31:49 +08:00
parent 6c0d309d64
commit 47b03dbfb4
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ var (
// Deprecated: Use the error variables defined in the bbolt/errors package.
ErrVersionMismatch = errors.ErrVersionMismatch
// ErrChecksum is returned when either meta page checksum does not match.
// ErrChecksum is returned when a checksum mismatch occurs on either of the two meta pages.
//
// Deprecated: Use the error variables defined in the bbolt/errors package.
ErrChecksum = errors.ErrChecksum

View File

@ -21,7 +21,7 @@ var (
// different version of Bolt.
ErrVersionMismatch = errors.New("version mismatch")
// ErrChecksum is returned when either meta page checksum does not match.
// ErrChecksum is returned when a checksum mismatch occurs on either of the two meta pages.
ErrChecksum = errors.New("checksum error")
// ErrTimeout is returned when a database cannot obtain an exclusive lock