Skip to content

Commit

Permalink
Fix typo in doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
yimajo authored Sep 13, 2016
1 parent 96aee2e commit e2ed296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/APIKit2MigrationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Errors cases of `Session.sendRequest(_:handler:)` is reduced to 3 cases listed b
```swift
public enum SessionTaskError: ErrorType {
/// Error of networking backend such as `NSURLSession`.
case ConnectionError(NSError)
case ConnectionError(ErrorType)

/// Error while creating `NSURLRequest` from `Request`.
case RequestError(ErrorType)
Expand Down

0 comments on commit e2ed296

Please sign in to comment.