doc changes from review

Co-Authored-By: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
Erik Krogh Kristensen
2020-02-24 11:58:59 +01:00
committed by GitHub
parent 44db0f4e5d
commit 75c1852ee4

View File

@@ -8,7 +8,7 @@ import Declarations.UnusedVariable
/**
* A call that executes a system command.
* This class provide utility predicates for reasoning about command execution calls.
* This class provides utility predicates for reasoning about command execution calls.
*/
private class CommandCall extends DataFlow::InvokeNode {
SystemCommandExecution command;
@@ -38,7 +38,7 @@ private class CommandCall extends DataFlow::InvokeNode {
predicate hasArgumentList() { exists(command.getArgumentList()) }
/**
* Gets the data-flow node (if it exists) for a options argument for an `exec`-like call.
* Gets the data-flow node (if it exists) for an options argument for an `exec`-like call.
*/
DataFlow::Node getOptionsArg() {
exists(int n |