Skip to content

Commit

Permalink
expand callback values docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Michelle Laurenti committed Mar 11, 2024
1 parent cd7d216 commit d026078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion callback.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ type CallbackInfo struct {
Error error

// Values contains all values constructed by the [Callback]'s
// associated function.
// associated function. These are the actual values inside the container:
// modifying them may result in undefined behaviour.
Values []reflect.Value
}

Expand Down

0 comments on commit d026078

Please sign in to comment.