From ce179f89aceeffc2849ea4d77fa3c16a493c85c0 Mon Sep 17 00:00:00 2001 From: Hsiang-Cheng Yang Date: Fri, 27 May 2022 22:11:54 +0800 Subject: [PATCH] Update edge.rs remove the unnecessary quotation mark --- src/types/connection/edge.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,