Browse Source

mobile: fix comment typos (#19741)

Martin Holst Swende 6 năm trước cách đây
mục cha
commit
25c3282cf1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mobile/context.go

+ 1 - 1
mobile/context.go

@@ -24,7 +24,7 @@ import (
 	"time"
 )
 
-// Context carries a deadline, a cancelation signal, and other values across API
+// Context carries a deadline, a cancellation signal, and other values across API
 // boundaries.
 type Context struct {
 	context context.Context