Skip to content

Commit 273ad18

Browse files
committed
chore: update doc comment
1 parent 4846f83 commit 273ad18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/appsync-modelgen-plugin/src/visitors/appsync-visitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export class AppSyncModelVisitor<
328328
shouldUseModelNameFieldInHasManyAndBelongsTo: boolean,
329329
// This flag is going to be used to tight-trigger on JS implementations only.
330330
shouldImputeKeyForUniDirectionalHasMany: boolean,
331-
// This flag is currently used only in the Model Introspection visitor
331+
// This flag is currently used in JS/TS and Model introspection generation only.
332332
shouldUseFieldsInAssociatedWithInHasOne: boolean = false
333333
) {
334334
if (this.config.usePipelinedTransformer || this.config.transformerVersion === 2) {

0 commit comments

Comments
 (0)