From 2b08ad5e117253952cf656e9ada2a2e0d1828b17 Mon Sep 17 00:00:00 2001 From: yimajo Date: Wed, 14 Sep 2016 02:34:04 +0900 Subject: [PATCH] Fix incorrect comment. --- Sources/DataParserType/StringDataParser.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/DataParserType/StringDataParser.swift b/Sources/DataParserType/StringDataParser.swift index aa54a014..21d08d30 100644 --- a/Sources/DataParserType/StringDataParser.swift +++ b/Sources/DataParserType/StringDataParser.swift @@ -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 }