diff --git a/src/validator/index.js b/src/validator/index.js index dc36199a38..c7eeeef31d 100644 --- a/src/validator/index.js +++ b/src/validator/index.js @@ -41,7 +41,7 @@ type ValidationResult = { } /** - * Implements the "Evaluating requests" section of the spec. + * Implements the "Validation" section of the spec. * * Rules is a list of function which return visitors * (see the language/visitor API)