File tree Expand file tree Collapse file tree
python/ql/src/experimental/semmle/python Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ module HTTP {
160160 /** Provides classes for modeling HTTP servers. */
161161 module Server {
162162 /**
163- * An data-flow node that sets up a route on a server.
163+ * A data-flow node that sets up a route on a server.
164164 *
165165 * Extend this class to refine existing API models. If you want to model new APIs,
166166 * extend `RouteSetup::Range` instead.
@@ -186,7 +186,7 @@ module HTTP {
186186 /** Provides a class for modeling new HTTP routing APIs. */
187187 module RouteSetup {
188188 /**
189- * An data-flow node that sets up a route on a server.
189+ * A data-flow node that sets up a route on a server.
190190 *
191191 * Extend this class to model new APIs. If you want to refine existing API models,
192192 * extend `RouteSetup` instead.
You can’t perform that action at this time.
0 commit comments