Skip to content

Commit 3c1aafb

Browse files
committed
Fixed README.md issue.
1 parent 7badaf1 commit 3c1aafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ task1.id = 1;
241241
STTestGetNetTask *task2 = [STTestGetNetTask new];
242242
task2.id = 2;
243243
244-
[[@[ task1, task2 ] subscribeState:STNetTaskGroupStateFinished usingBlock:^(STNetTaskGroup *group, NSError *error) {
244+
[[[@[ task1, task2 ] serialNetTaskGroup] subscribeState:STNetTaskGroupStateFinished usingBlock:^(STNetTaskGroup *group, NSError *error) {
245245
if (error) {
246246
// One of the net task is failed.
247247
return;

0 commit comments

Comments
 (0)