Skip to content

Commit 7192811

Browse files
theHackerbclozel
authored andcommitted
Fix typo in SchemaMappingInspector Javadoc
Closes gh-1195 Signed-off-by: Alexander Münch <[email protected]>
1 parent d30429f commit 7192811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-graphql/src/main/java/org/springframework/graphql/execution/SchemaMappingInspector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private SchemaMappingInspector(
123123

124124
/**
125125
* Perform an inspection and create a {@link SchemaReport}.
126-
* The inspection is one once only, during the first call to this method.
126+
* The inspection is done once only, during the first call to this method.
127127
*/
128128
public SchemaReport getOrCreateReport() {
129129
if (this.report == null) {

0 commit comments

Comments
 (0)