Skip to content

Commit c3175ae

Browse files
committed
Python/JS: Sync CryptoAlgorithms.qll
1 parent dd75ea3 commit c3175ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/security/CryptoAlgorithms.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ abstract class CryptographicAlgorithm extends TCryptographicAlgorithm {
118118

119119
/**
120120
* Holds if the name of this algorithm matches `name` modulo case,
121-
* white space, dashes and underscores.
121+
* white space, dashes, and underscores.
122122
*/
123123
bindingset[name]
124124
predicate matchesName(string name) {

0 commit comments

Comments
 (0)