Skip to content

Commit d387134

Browse files
authored
chore: fix goreportcard misspell
1 parent 077cacf commit d387134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

embedder/embedder.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ type PlatformMessage struct {
261261
Channel string
262262
Message []byte
263263

264-
// ResponseHandle is set on some recieved platform message. All
265-
// PlatformMessage recieved with this attribute must send a response with
264+
// ResponseHandle is set on some received platform message. All
265+
// PlatformMessage received with this attribute must send a response with
266266
// `SendPlatformMessageResponse`.
267267
// ResponseHandle can also be created from the embedder side when a
268268
// platform(golang) message needs native callback.

0 commit comments

Comments
 (0)