We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d496ee commit f39d08eCopy full SHA for f39d08e
powershell/ql/lib/semmle/code/powershell/dataflow/internal/DataFlowPublic.qll
@@ -540,7 +540,7 @@ class CallNode extends ExprNode {
540
Node getCallee() { result.asExpr() = call.getCallee() }
541
}
542
543
-/** A call to operator `&`, viwed as a node in a data flow graph. */
+/** A call to operator `&`, viewed as a node in a data flow graph. */
544
class CallOperatorNode extends CallNode {
545
override CfgNodes::ExprNodes::CallOperatorCfgNode call;
546
0 commit comments