Shared: Fix grammar.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-06-26 10:43:18 +01:00
parent 84a3435c12
commit caef09bf8e

View File

@@ -1375,8 +1375,9 @@ module Make<
}
/**
* Gets the summary node that represents the for `call` returning a value
* with kind `rk`.
* Gets the summary node that represents the argument node used to transfer
* flow into the caller when a value is written to the value returned by
* `call` with kind `rk`.
*/
SummaryNode summaryArgumentNode(FlowSummaryCallBase call, ReturnKind rk) {
result = TSummaryReturnArgumentNode(call, rk)