diff --git a/src/types/connection/edge.rs b/src/types/connection/edge.rs index d242fad8..eece70ae 100644 --- a/src/types/connection/edge.rs +++ b/src/types/connection/edge.rs @@ -43,7 +43,7 @@ where _mark: PhantomData, /// A cursor for use in pagination pub(crate) cursor: CursorScalar, - /// "The item at the end of the edge + /// The item at the end of the edge pub node: Node, #[graphql(flatten)] pub(crate) additional_fields: EdgeFields,