update note

This commit is contained in:
csuzhang 2023-01-09 09:42:53 +08:00
parent 1e4b7a38dd
commit e57dd3e1ab
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ func (v *Value) Load() (val any) {
var firstStoreInProgress byte
// Store sets the val to v.
// Store sets the value of the Value v to val.
// All calls to Store for a given Value must use values of the same concrete type.
// Store of an inconsistent type panics, as does Store(nil).
func (v *Value) Store(val any) {