Merge pull request #247 from neelkamath/patch-1

Fix #245
This commit is contained in:
Tobe Osakwe 2019-10-09 14:19:26 -04:00 committed by GitHub
commit e524e8e9e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ abstract class ResponseContext<RawResponse>
/// Serializes response data into a String. /// Serializes response data into a String.
/// ///
/// The default is conversion into JSON via `package:json_god`. /// The default is conversion into JSON via `json.encode`.
/// ///
/// If you are 100% sure that your response handlers will only /// If you are 100% sure that your response handlers will only
/// be JSON-encodable objects (i.e. primitives, `List`s and `Map`s), /// be JSON-encodable objects (i.e. primitives, `List`s and `Map`s),