Skip to content

Commit c640790

Browse files
Update packages/codegen-core/src/symbols/registry.ts
Co-authored-by: pullfrog[bot] <226033991+pullfrog[bot]@users.noreply.github.com>
1 parent 1970267 commit c640790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/codegen-core/src/symbols/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class SymbolRegistry implements ISymbolRegistry {
6161
return [];
6262
}
6363

64-
// We basically trying to to Set intersection here. But with large OpenAPI spec
64+
// We are basically trying to do Set intersection here. But with large OpenAPI spec
6565
// we may get a few very large sets.
6666
//
6767
// The flamegraph/profiling shows that the Set operations (has, delete) became

0 commit comments

Comments
 (0)