Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Sep 11, 2023
1 parent 1aada0e commit 080aa61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ internal class ExecutableValidationScope(
val cyclicFragments = mutableSetOf<String>()

/**
* As the tree is walked, variable references will be put here. These are scope to the current operation/fragment being validated
* As the tree is walked, variable references will be put here. These are scoped to the current operation/fragment being validated
*/
private val variableUsages = mutableListOf<VariableUsage>()
private val deferDirectiveLabels = mutableMapOf<String, SourceLocation?>()
Expand Down

0 comments on commit 080aa61

Please sign in to comment.