Skip to content

Commit 3e171ad

Browse files
erik-kroghasgerf
andauthored
update qldoc
Co-authored-by: Asger F <[email protected]>
1 parent 8b4c3c4 commit 3e171ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

javascript/ql/src/semmle/javascript/JsonSchema.qll

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ module JsonSchema {
1414
abstract DataFlow::Node getInput();
1515

1616
/**
17-
* Gets if the return value indicates successfull or unsuccessful validation.
18-
* Is not defined if the return value from this call does not directly
17+
* Gets the return value that indicates successful validation, if any.
18+
*
19+
* Has no result if the return value from this call does not directly
1920
* indicate success.
2021
*/
2122
boolean getPolarity() { result = true }

0 commit comments

Comments
 (0)