Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d61658

Browse files
committed
Python: Fix spelling for Server::RouteSetup documentation
1 parent bbda22c commit 0d61658

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)