Skip to content

Commit dd75ea3

Browse files
RasmusWLtausbn
andauthored
Python: Apply suggestions from code review
Co-authored-by: Taus <[email protected]>
1 parent 443780f commit dd75ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/crypto/Crypto.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)