Apply suggestions from code review

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
Jorge
2021-09-07 19:42:37 +02:00
committed by GitHub
parent 8d0386b049
commit 190bc2f0da

View File

@@ -185,7 +185,7 @@ class HeaderDeclaration extends DataFlow::Node {
DataFlow::Node getNameArg() { result = range.getNameArg() }
/**
* Gets the argument containing the header name.
* Gets the argument containing the header value.
*/
DataFlow::Node getValueArg() { result = range.getValueArg() }
}