Skip to content

Commit 190bc2f

Browse files
jorgectftausbn
andauthored
Apply suggestions from code review
Co-authored-by: Taus <[email protected]>
1 parent 8d0386b commit 190bc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/semmle/python/Concepts.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class HeaderDeclaration extends DataFlow::Node {
185185
DataFlow::Node getNameArg() { result = range.getNameArg() }
186186

187187
/**
188-
* Gets the argument containing the header name.
188+
* Gets the argument containing the header value.
189189
*/
190190
DataFlow::Node getValueArg() { result = range.getValueArg() }
191191
}

0 commit comments

Comments
 (0)