Skip to content

Commit

Permalink
Fix incorrect comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
yimajo authored Sep 13, 2016
1 parent e2ed296 commit 2b08ad5
Showing 1 changed file with 1 addition and 1 deletion.
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 2b08ad5

Please sign in to comment.