Skip to content

Commit caef09b

Browse files
committed
Shared: Fix grammar.
1 parent 84a3435 commit caef09b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

shared/dataflow/codeql/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,8 +1375,9 @@ module Make<
13751375
}
13761376

13771377
/**
1378-
* Gets the summary node that represents the for `call` returning a value
1379-
* with kind `rk`.
1378+
* Gets the summary node that represents the argument node used to transfer
1379+
* flow into the caller when a value is written to the value returned by
1380+
* `call` with kind `rk`.
13801381
*/
13811382
SummaryNode summaryArgumentNode(FlowSummaryCallBase call, ReturnKind rk) {
13821383
result = TSummaryReturnArgumentNode(call, rk)

0 commit comments

Comments
 (0)