update qldoc

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2021-06-09 10:45:55 +02:00
committed by GitHub
parent 8b4c3c4462
commit 3e171adaab

View File

@@ -14,8 +14,9 @@ module JsonSchema {
abstract DataFlow::Node getInput();
/**
* Gets if the return value indicates successfull or unsuccessful validation.
* Is not defined if the return value from this call does not directly
* Gets the return value that indicates successful validation, if any.
*
* Has no result if the return value from this call does not directly
* indicate success.
*/
boolean getPolarity() { result = true }