Python/JS: Fix typo

This commit is contained in:
Rasmus Wriedt Larsen
2021-05-05 10:13:54 +02:00
parent 8b9c5f8228
commit dc4a0c1d38
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ module HeuristicNames {
* it is hashed or encrypted). `classification` describes the kind of sensitive data
* involved.
*
* That is, one of the rexeps from `maybeSensitiveRegexp` matches `name` (with the
* That is, one of the regexps from `maybeSensitiveRegexp` matches `name` (with the
* given classification), and none of the regexps from `notSensitiveRegexp` matches
* `name`.
*/