Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eccfa5d

Browse files
Fix documentation typo
Co-authored-by: intrigus-lgtm <[email protected]>
1 parent bea38fc commit eccfa5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/semmle/code/java/dataflow/internal/TaintTrackingUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ private predicate formatStep(Expr tracked, Expr sink) {
772772
/**
773773
* A local variable that is assigned a `Formatter`.
774774
* Writing tainted data to such a formatter causes the underlying
775-
* `OutputStream` or `Appenable` to be tainted.
775+
* `OutputStream` or `Appendable` to be tainted.
776776
*/
777777
private class FormatterVar extends LocalVariableDecl {
778778
FormatterVar() {

0 commit comments

Comments
 (0)