Skip to content

Commit

Permalink
Merge pull request #195 from yimajo/master
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
ishkawa authored Sep 16, 2016
2 parents 96aee2e + 2b08ad5 commit f31e271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion Sources/DataParserType/StringDataParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class StringDataParser: DataParserType {
/// The string encoding of the data.
public let encoding: NSStringEncoding

/// Returns `FormURLEncodedDataParser` with the string encoding.
/// Returns `StringDataParser` with the string encoding.
public init(encoding: NSStringEncoding = NSUTF8StringEncoding) {
self.encoding = encoding
}
Expand Down

0 comments on commit f31e271

Please sign in to comment.