Small typo fix in juniper_warp comment
This commit is contained in:
parent
6788ef20c8
commit
54e0e208fc
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ pub mod subscriptions {
|
||||||
Warp(warp::Error),
|
Warp(warp::Error),
|
||||||
|
|
||||||
/// Errors that can happen while serializing outgoing messages. Note that errors that occur
|
/// 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),
|
Serde(serde_json::Error),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue