From 8a1e87e6b8cf06abe72a0e100f83dbfe3e9066a6 Mon Sep 17 00:00:00 2001 From: Nagasawa Hiroki Date: Tue, 29 Mar 2016 18:55:15 +0900 Subject: [PATCH] Use 'Completed' instead of 'Complete' --- Documentation/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/GettingStarted.md b/Documentation/GettingStarted.md index cd5c90b0..f1945684 100644 --- a/Documentation/GettingStarted.md +++ b/Documentation/GettingStarted.md @@ -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.**