mobile: fix comment typos (#19741)

pull/19744/head
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"
)
// 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

Loading…
Cancel
Save