Update cpp/ql/lib/semmle/code/cpp/commons/StringConcatenation.qll

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Ben Rodes
2023-12-19 08:48:51 -05:00
committed by GitHub
parent 29a0da6cd9
commit 387eddadad

View File

@@ -29,7 +29,7 @@ class StringConcatenation extends Call {
}
/**
* Gets the operands of this concatenation (one of the string operands being
* Gets an operand of this concatenation (one of the string operands being
* concatenated).
* Will not return out param for sprintf-like functions, but will consider the format string
* to be part of the operands.