Skip to content

Commit

Permalink
docs(samples): modified region tag to align with other snippets (#687)
Browse files Browse the repository at this point in the history
Co-authored-by: sofisl <[email protected]>
  • Loading branch information
Sita04 and sofisl authored Feb 19, 2022
1 parent 8281bf3 commit 5df2217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlp/deidentifyWithReplacement.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// usage: node deidentifyWithMask.js my-project string replacement

function main(projectId, string, replacement) {
// [START dlp_deidentify_replacement]
// [START dlp_deidentify_replace]
// Imports the Google Cloud Data Loss Prevention library
const DLP = require('@google-cloud/dlp');

Expand Down Expand Up @@ -66,7 +66,7 @@ function main(projectId, string, replacement) {
}

deidentifyWithReplacement();
// [END dlp_deidentify_replacement]
// [END dlp_deidentify_replace]
}

main(...process.argv.slice(2));
Expand Down

0 comments on commit 5df2217

Please sign in to comment.