Fix HeaderDeclaration class' comment

This commit is contained in:
jorgectf
2021-09-07 19:44:25 +02:00
parent 190bc2f0da
commit 352eab0eca

View File

@@ -171,8 +171,8 @@ module HeaderDeclaration {
/**
* A data-flow node that collects functions setting HTTP Headers.
*
* Extend this class to model new APIs. If you want to refine existing API models,
* extend `HeaderDeclaration` instead.
* Extend this class to refine existing API models. If you want to model new APIs,
* extend `HeaderDeclaration::Range` instead.
*/
class HeaderDeclaration extends DataFlow::Node {
HeaderDeclaration::Range range;