We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077cacf commit d387134Copy full SHA for d387134
embedder/embedder.go
@@ -261,8 +261,8 @@ type PlatformMessage struct {
261
Channel string
262
Message []byte
263
264
- // ResponseHandle is set on some recieved platform message. All
265
- // PlatformMessage recieved with this attribute must send a response with
+ // ResponseHandle is set on some received platform message. All
+ // PlatformMessage received with this attribute must send a response with
266
// `SendPlatformMessageResponse`.
267
// ResponseHandle can also be created from the embedder side when a
268
// platform(golang) message needs native callback.
0 commit comments