Skip to content

Commit

Permalink
Fixed example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewind committed Sep 29, 2011
1 parent 3b0531d commit d6ca009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -36,7 +36,7 @@ Invoke this method when you have a task that is important and should not be inte

```objective-c
[target dispatchBackgroundTask:^(UIBackgroundTaskIdentifier identifier) {
if(identifier = UIBackgroundTaskInvalid) {
if(identifier == UIBackgroundTaskInvalid) {
// Almost out of time to run the task
} else {
// Good to go
Expand Down

0 comments on commit d6ca009

Please sign in to comment.