docs: Fix typo in (*Meta) RunOperation comments
This commit is contained in:
parent
56e33a4546
commit
ca9b643c73
|
@ -257,7 +257,7 @@ func (m *Meta) StdinPiped() bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
// RunOperation executes the given operation on the given backend, blocking
|
// RunOperation executes the given operation on the given backend, blocking
|
||||||
// until that operation completes or is inteerrupted, and then returns
|
// until that operation completes or is interrupted, and then returns
|
||||||
// the RunningOperation object representing the completed or
|
// the RunningOperation object representing the completed or
|
||||||
// aborted operation that is, despite the name, no longer running.
|
// aborted operation that is, despite the name, no longer running.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue