From 5312741c73a3a96c4062d35e437559f6d70f8dcc Mon Sep 17 00:00:00 2001 From: Neel Kamath Date: Sun, 6 Oct 2019 09:06:01 +0530 Subject: [PATCH] Update `serialize()` docs for Angel v2 --- lib/src/core/response_context.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),