Skip to content

Commit c083b64

Browse files
committed
Amend doco
1 parent 1acc7a4 commit c083b64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/graphql/normalized/ExecutableNormalizedField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ private void traverseImpl(ExecutableNormalizedField root,
505505
/**
506506
* This tries to find interfaces common to all the field output types.
507507
* <p>
508-
* i.e. goes through {@link #getFieldDefinitions(GraphQLSchema)} and finds an interface that
508+
* i.e. goes through {@link #getFieldDefinitions(GraphQLSchema)} and finds interfaces that
509509
* all the field's unwrapped output types are assignable to.
510510
*/
511511
@SuppressWarnings({"unchecked", "rawtypes"})

0 commit comments

Comments
 (0)