We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ce7bfc + 7192811 commit a672d59Copy full SHA for a672d59
spring-graphql/src/main/java/org/springframework/graphql/execution/SchemaMappingInspector.java
@@ -124,7 +124,7 @@ private SchemaMappingInspector(
124
125
/**
126
* Perform an inspection and create a {@link SchemaReport}.
127
- * The inspection is one once only, during the first call to this method.
+ * The inspection is done once only, during the first call to this method.
128
*/
129
public SchemaReport getOrCreateReport() {
130
if (this.report == null) {
0 commit comments