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

Skip to content

Commit 1c34230

Browse files
committed
Fix documentation typo
1 parent b020ea6 commit 1c34230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module LDAPEscape {
6464
* A data-flow node that collects functions escaping LDAP components.
6565
*
6666
* Extend this class to refine existing API models. If you want to model new APIs,
67-
* extend `RegexEscape::Range` instead.
67+
* extend `LDAPEscape::Range` instead.
6868
*/
6969
class LDAPEscape extends DataFlow::Node {
7070
LDAPEscape::Range range;

0 commit comments

Comments
 (0)