Skip to content

Commit

Permalink
Tidy up wording ahead of minor spec improvement graphql/graphql-spec#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dondonz committed Feb 11, 2024
1 parent 97ba988 commit 768eddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/graphql/GraphQLError.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public interface GraphQLError extends Serializable {
ErrorClassification getErrorType();

/**
* The graphql spec says that the (optional) path field of any error should be a list
* of path entries https://spec.graphql.org/October2021/#sec-Handling-Field-Errors
* The graphql spec says that the (optional) path field of any error must be a list
* of path entries https://spec.graphql.org/draft/#sec-Errors.Error-Result-Format
*
* @return the path in list format
*/
Expand Down

0 comments on commit 768eddd

Please sign in to comment.