Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Jun 1, 2015
1 parent 552c32f commit bc33bb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ And this is using `antitypical/Result`.
func requestRepository(repoId: Int64, completion: (Repository?, NSError?) -> Void) {}
func requestUser(userId: Int64, completion: (User?, NSError?) -> Void) {}


// get owner info of a given repository
requestRepository(12345) { repo, error in
if let repo = repo {
Expand Down

0 comments on commit bc33bb9

Please sign in to comment.