Skip to content

Commit eccfa5d

Browse files
Fix documentation typo
Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
1 parent bea38fc commit eccfa5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)