chore: fix struct field name and some typos in comment (#23126)

Signed-off-by: oftenoccur <ezc5@sina.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Alex | Skip <alex@skip.money>
This commit is contained in:
oftenoccur
2025-01-03 16:54:07 +00:00
committed by GitHub
co-authored by Marko Alex | Skip
parent d8c84589fc
commit f29d7f75f1
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ These bytes can be used by the **state handler** to determine what type of state
A **state token** is an opaque array of 32-bytes that is passed in each message request.
The hypervisor has no knowledge of what this token represents or how it is created,
but it is expected that modules that mange state do understand this token and use it to manage all state changes
but it is expected that modules that manage state do understand this token and use it to manage all state changes
in consistent transactions.
All side effects regarding state, events, etc. are expected to coordinate around the usage of this token.
It is possible that state modules expose methods for creating new **state tokens**