Python: Apply suggestions from code review

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2021-03-03 14:17:22 +01:00
committed by GitHub
parent 443780f27e
commit dd75ea31df

View File

@@ -118,7 +118,7 @@ abstract class CryptographicAlgorithm extends TCryptographicAlgorithm {
/**
* Holds if the name of this algorithm matches `name` modulo case,
* white space, dashes and underscores.
* white space, dashes, and underscores.
*/
bindingset[name]
predicate matchesName(string name) {