Skip to content

Commit fa8c037

Browse files
committed
doc typo
1 parent 80f5ba0 commit fa8c037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/graphql/execution/batched/BatchedExecutionStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private GraphQLExecutionNodeDatum getOnlyElement(List<GraphQLExecutionNodeDatum>
6060
}
6161

6262
// Use the data.source objects to fetch
63-
// Use the data.parentResult objects to put values into. These are either primatives or empty maps
63+
// Use the data.parentResult objects to put values into. These are either primitives or empty maps
6464
// If they were empty maps, we need that list of nodes to process
6565

6666
private List<GraphQLExecutionNode> resolveField(ExecutionContext executionContext, GraphQLObjectType parentType,

0 commit comments

Comments
 (0)