|
|
@@ -189,7 +189,7 @@ func Background() Context {
|
|
|
}
|
|
|
|
|
|
// TODO returns a non-nil, empty Context. Code should use context.TODO when
|
|
|
-// it's unclear which Context to use or it's is not yet available (because the
|
|
|
+// it's unclear which Context to use or it is not yet available (because the
|
|
|
// surrounding function has not yet been extended to accept a Context
|
|
|
// parameter). TODO is recognized by static analysis tools that determine
|
|
|
// whether Contexts are propagated correctly in a program.
|