Skip to content

Commit 22d4d79

Browse files
committed
Python: Fix typo in QLDoc
1 parent 8d1e7da commit 22d4d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/security/dataflow/WeakSensitiveDataHashing.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Note, for performance reasons: only import this file if
66
* `WeakSensitiveDataHashing::Configuration` is needed, otherwise
7-
* `SqlInjectionCustomizations` should be imported instead.
7+
* `WeakSensitiveDataHashingCustomizations` should be imported instead.
88
*/
99

1010
private import python

0 commit comments

Comments
 (0)