Skip to content

Commit fdb5c9f

Browse files
committed
Fix comment
1 parent 57b259f commit fdb5c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SchemaGenerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ static_assert(graphql::internal::MinorVersion == )cpp"
272272
headerFile << std::endl;
273273
}
274274

275-
// Forward declare all of the interface types
275+
// Forward declare all of the union types
276276
for (const auto& unionType : _loader.getUnionTypes())
277277
{
278278
headerFile << R"cpp(class )cpp" << unionType.cppType << R"cpp(;

0 commit comments

Comments
 (0)