Skip to content

Commit 40b48cc

Browse files
committed
Merge pull request #47 from andimarek/master
fix wrong section reference
2 parents 38f638c + d40a66c commit 40b48cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type ValidationResult = {
4141
}
4242

4343
/**
44-
* Implements the "Evaluating requests" section of the spec.
44+
* Implements the "Validation" section of the spec.
4545
*
4646
* Rules is a list of function which return visitors
4747
* (see the language/visitor API)

0 commit comments

Comments
 (0)