diff --git a/lib/src/core/response_context.dart b/lib/src/core/response_context.dart index e7478ba8..2110dc0e 100644 --- a/lib/src/core/response_context.dart +++ b/lib/src/core/response_context.dart @@ -61,7 +61,7 @@ abstract class ResponseContext /// 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 /// be JSON-encodable objects (i.e. primitives, `List`s and `Map`s),