Skip to content

Commit d26a89b

Browse files
committed
Python: Fix QLDoc for RouteSetup
1 parent b82727d commit d26a89b

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
@@ -47,7 +47,7 @@ module HTTP {
4747
/**
4848
* An data-flow node that sets up a route on a server.
4949
*
50-
* Extend this class to model new APIs. If you want to model new APIs,
50+
* Extend this class to refine existing API models. If you want to model new APIs,
5151
* extend `RouteSetup::Range` instead.
5252
*/
5353
class RouteSetup extends DataFlow::Node {

0 commit comments

Comments
 (0)