From 54e0e208fceb4bdac720a5b6c33525730457370d Mon Sep 17 00:00:00 2001 From: Christopher Brown Date: Mon, 3 Aug 2020 16:05:50 -0400 Subject: [PATCH] Small typo fix in juniper_warp comment --- juniper_warp/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper_warp/src/lib.rs b/juniper_warp/src/lib.rs index 06898304..495e7249 100644 --- a/juniper_warp/src/lib.rs +++ b/juniper_warp/src/lib.rs @@ -421,7 +421,7 @@ pub mod subscriptions { Warp(warp::Error), /// Errors that can happen while serializing outgoing messages. Note that errors that occur - /// while deserializing internal messages are handled internally by the protocol. + /// while deserializing incoming messages are handled internally by the protocol. Serde(serde_json::Error), }