Skip to content

Commit 73a9361

Browse files
erik-kroghasgerf
andcommitted
fix typo in qldoc
Co-authored-by: Asger F <asgerf@github.com>
1 parent 833480d commit 73a9361

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/lib/semmle/javascript/security/dataflow

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/DOM.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class DomPropertyWrite extends DataFlow::Node instanceof DataFlow::PropWrite {
206206
}
207207

208208
/**
209-
* Gets the data flow node corresponding to the value being written,
209+
* Gets the data flow node corresponding to the value being written.
210210
*/
211211
DataFlow::Node getRhs() { result = super.getRhs() }
212212
}

0 commit comments

Comments
 (0)