Skip to content

Commit

Permalink
Updated 'de-identify' to be consistent everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
dinesh-crest committed Apr 17, 2023
1 parent db86a27 commit 7f9e85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlp/deIdentifyWithExceptionList.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
'use strict';

// sample-metadata:
// title: Deidentify with Exception List
// description: Deidentify sensitive data in a string with exceptions
// title: De-identify with Exception List
// description: De-identify sensitive data in a string with exceptions
// usage: node deIdentifyWithExceptionList.js my-project string words infotypes

function main(projectId, textToInspect, words, infoTypes) {
Expand Down

0 comments on commit 7f9e85b

Please sign in to comment.