We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4c3c4 commit 3e171adCopy full SHA for 3e171ad
javascript/ql/src/semmle/javascript/JsonSchema.qll
@@ -14,8 +14,9 @@ module JsonSchema {
14
abstract DataFlow::Node getInput();
15
16
/**
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
+ * Gets the return value that indicates successful validation, if any.
+ *
19
+ * Has no result if the return value from this call does not directly
20
* indicate success.
21
*/
22
boolean getPolarity() { result = true }
0 commit comments