Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Commit

Permalink
Missing parenthesis added
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Pyrka committed Mar 9, 2017
1 parent dd881f1 commit 39973a2
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 @@ -64,7 +64,7 @@ Permission
.rx.permission
.subscribe(onNext: { status in
print("Status: \(status)")
}
})
.addDisposableTo(disposeBag)
```

Expand Down

0 comments on commit 39973a2

Please sign in to comment.