Skip to content

Commit

Permalink
Update wwdc2014.swift
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
mgt-la committed Jun 17, 2017
1 parent 18d2b97 commit b9c70ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wwdc2014.swift
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func sortFunc(value1: String, value2: String) -> Bool {

/* Retreiving list of all video session */
let htmlSessionListString = wwdcVideosController.getStringContentFromURL("https://developer.apple.com/videos/wwdc2014/")
print("Let me ask Apple about currently available sessions. This can take some times (15 to 20 sec.) ...")
print("Let me ask Apple about currently available sessions. This can take some time (15 to 20 sec.) ...")
var sessionsListArray = wwdcVideosController.getSessionsListFromString(htmlSessionListString)
sessionsListArray.sortInPlace(sortFunc)

Expand Down

0 comments on commit b9c70ac

Please sign in to comment.