Skip to content

Commit 5df2217

Browse files
Sita04sofisl
andauthored
docs(samples): modified region tag to align with other snippets (#687)
Co-authored-by: sofisl <[email protected]>
1 parent 8281bf3 commit 5df2217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dlp/deidentifyWithReplacement.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// usage: node deidentifyWithMask.js my-project string replacement
2121

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

@@ -66,7 +66,7 @@ function main(projectId, string, replacement) {
6666
}
6767

6868
deidentifyWithReplacement();
69-
// [END dlp_deidentify_replacement]
69+
// [END dlp_deidentify_replace]
7070
}
7171

7272
main(...process.argv.slice(2));

0 commit comments

Comments
 (0)