From 57c2b91f56b9510066fcdd09349165432f5529ed Mon Sep 17 00:00:00 2001 From: alexfeng Date: Mon, 21 Sep 2015 17:31:23 +0800 Subject: [PATCH] miss ] after array]; --- chapter5/basic_of_functionalReactivePixels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter5/basic_of_functionalReactivePixels.md b/chapter5/basic_of_functionalReactivePixels.md index 60fb8e1..01eed34 100644 --- a/chapter5/basic_of_functionalReactivePixels.md +++ b/chapter5/basic_of_functionalReactivePixels.md @@ -163,7 +163,7 @@ self.apiHelper = [[PXAPIHelper alloc] [self downloadThumbnailForPhotoModel:model]; return model; - }] array]; + }] array]]; [subject sendCompleted]; }