Skip to content

Commit

Permalink
Fix typo in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas-Stuehrk committed Mar 19, 2016
1 parent f52f3c7 commit 94bfc5b
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 94bfc5b

Please sign in to comment.