mobile: fix comment typos (#19741)

ChrisChinchilla-patch-3
Martin Holst Swende 5 years ago committed by GitHub
parent 1eddd332d2
commit 25c3282cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mobile/context.go

@ -24,7 +24,7 @@ import (
"time" "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. // boundaries.
type Context struct { type Context struct {
context context.Context context context.Context

Loading…
Cancel
Save