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 833480d commit 73a9361Copy full SHA for 73a9361
javascript/ql/lib/semmle/javascript/security/dataflow/DOM.qll
@@ -206,7 +206,7 @@ class DomPropertyWrite extends DataFlow::Node instanceof DataFlow::PropWrite {
206
}
207
208
/**
209
- * Gets the data flow node corresponding to the value being written,
+ * Gets the data flow node corresponding to the value being written.
210
*/
211
DataFlow::Node getRhs() { result = super.getRhs() }
212
0 commit comments