We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30429f commit 7192811Copy full SHA for 7192811
spring-graphql/src/main/java/org/springframework/graphql/execution/SchemaMappingInspector.java
@@ -123,7 +123,7 @@ private SchemaMappingInspector(
123
124
/**
125
* Perform an inspection and create a {@link SchemaReport}.
126
- * 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.
127
*/
128
public SchemaReport getOrCreateReport() {
129
if (this.report == null) {
0 commit comments