We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0386b commit 190bc2fCopy full SHA for 190bc2f
python/ql/src/experimental/semmle/python/Concepts.qll
@@ -185,7 +185,7 @@ class HeaderDeclaration extends DataFlow::Node {
185
DataFlow::Node getNameArg() { result = range.getNameArg() }
186
187
/**
188
- * Gets the argument containing the header name.
+ * Gets the argument containing the header value.
189
*/
190
DataFlow::Node getValueArg() { result = range.getValueArg() }
191
}
0 commit comments