Small typo fix in juniper_warp comment

This commit is contained in:
Christopher Brown 2020-08-03 16:05:50 -04:00
parent 6788ef20c8
commit 54e0e208fc

View file

@ -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),
}