Use 'Completed' instead of 'Complete'

This commit is contained in:
Nagasawa Hiroki 2016-03-29 18:55:15 +09:00
parent 7dffae6dc8
commit 8a1e87e6b8
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ protocol ObserverType {
}
```
**When a sequence sends the `Complete` or `Error` event all internal resources that compute sequence elements will be freed.**
**When a sequence sends the `Completed` or `Error` event all internal resources that compute sequence elements will be freed.**
**To cancel production of sequence elements and free resources immediately, call `dispose` on the returned subscription.**