Apply suggestions from code review

Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
This commit is contained in:
Erik Krogh Kristensen
2023-01-18 22:14:46 +01:00
committed by GitHub
parent 8715790fe7
commit ee9b01b5e6
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ module UnsafeCodeConstruction {
}
/**
* A string constructed from a string-concatenation (e.g. `"foo " + sink`),
* A component of a string-concatenation (e.g. `"foo " + sink`),
* where the resulting string ends up being executed as a code.
*/
class StringConcatAsSink extends Sink {

View File

@@ -82,7 +82,7 @@ module UnsafeShellCommandConstruction {
}
/**
* A string constructed from a string-concatenation (e.g. `"foo " + sink`),
* A component of a string-concatenation (e.g. `"foo " + sink`),
* where the resulting string ends up being executed as a shell command.
*/
class StringConcatAsSink extends Sink {