docs: Correct grammar errors across multiple files (#23074)
Co-authored-by: Marko <marko@baricevic.me> Co-authored-by: Alex | Skip <alex@skip.money>
This commit is contained in:
co-authored by
Marko
Alex | Skip
parent
93282e101d
commit
24580eae9c
+1
-1
@@ -32,7 +32,7 @@ func NewEventManager(ctx context.Context) event.Manager {
|
||||
return &Events{sdkCtx.EventManager()}
|
||||
}
|
||||
|
||||
// Emit emits an typed event that is defined in the protobuf file.
|
||||
// Emit emits a typed event that is defined in the protobuf file.
|
||||
// In the future these events will be added to consensus.
|
||||
func (e Events) Emit(event gogoproto.Message) error {
|
||||
return e.EventManagerI.EmitTypedEvent(event)
|
||||
|
||||
Reference in New Issue
Block a user