core/state: fix comment of `mode` (#30490)

This commit is contained in:
zhiqiangxu 2024-09-23 15:29:07 +08:00 committed by GitHub
parent 118c84af57
commit 956d32d3e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ import (
// mode specifies how a tree location has been accessed
// for the byte value:
// * the first bit is set if the branch has been edited
// * the second bit is set if the branch has been read
// * the first bit is set if the branch has been read
// * the second bit is set if the branch has been edited
type mode byte
const (