Skip to content

Commit 4b0e287

Browse files
committed
Merge pull request KevinHM#2 from alexfeng/patch-1
miss ] after array];
2 parents f8574d1 + 57c2b91 commit 4b0e287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter5/basic_of_functionalReactivePixels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ self.apiHelper = [[PXAPIHelper alloc]
163163
[self downloadThumbnailForPhotoModel:model];
164164
165165
return model;
166-
}] array];
166+
}] array]];
167167
168168
[subject sendCompleted];
169169
}

0 commit comments

Comments
 (0)