From d40a66cd71e654288525d1ff54891a25814ff810 Mon Sep 17 00:00:00 2001 From: andimarek Date: Tue, 14 Jul 2015 05:25:47 +0200 Subject: [PATCH] fix wrong section reference --- src/validator/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)