Skip to content

Commit

Permalink
Merge pull request #3 from Lukas-Stuehrk/FixTypo
Browse files Browse the repository at this point in the history
Fix typo in README.
  • Loading branch information
nlutsenko committed Mar 20, 2016
2 parents f52f3c7 + 94bfc5b commit 3868f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func fetch(object: PFObject) -> Task<PFObject> {

## Tasks in Parallel

You can also perfrom several tasks in parallel and chain the result of all of them using `whenAll()` function.
You can also perform several tasks in parallel and chain the result of all of them using `whenAll()` function.
```swift
let query = PFQuery(className: "Comments")
find(query).continueWithTask { task in
Expand Down

0 comments on commit 3868f19

Please sign in to comment.