Fix documentation typo

Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
Joe Farebrother
2020-09-29 15:34:05 +01:00
committed by GitHub
parent bea38fcd07
commit eccfa5d26a

View File

@@ -772,7 +772,7 @@ private predicate formatStep(Expr tracked, Expr sink) {
/**
* A local variable that is assigned a `Formatter`.
* Writing tainted data to such a formatter causes the underlying
* `OutputStream` or `Appenable` to be tainted.
* `OutputStream` or `Appendable` to be tainted.
*/
private class FormatterVar extends LocalVariableDecl {
FormatterVar() {