Skip to content

Commit 352eab0

Browse files
committed
Fix HeaderDeclaration class' comment
1 parent 190bc2f commit 352eab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ module HeaderDeclaration {
171171
/**
172172
* A data-flow node that collects functions setting HTTP Headers.
173173
*
174-
* Extend this class to model new APIs. If you want to refine existing API models,
175-
* extend `HeaderDeclaration` instead.
174+
* Extend this class to refine existing API models. If you want to model new APIs,
175+
* extend `HeaderDeclaration::Range` instead.
176176
*/
177177
class HeaderDeclaration extends DataFlow::Node {
178178
HeaderDeclaration::Range range;

0 commit comments

Comments
 (0)