Skip to content

Commit

Permalink
Fix dlp code sample end/start tags for embedding (#76)
Browse files Browse the repository at this point in the history
Fix mismatched tags breaking embedding of code samples on cloud.google.com/dlp/docs.
  • Loading branch information
realjordanna authored and JustinBeckwith committed Jul 3, 2018
1 parent 2fa40c5 commit 70f6429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlp/deid.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function deidentifyWithDateShift(
.catch(err => {
console.log(`Error in deidentifyWithDateShift: ${err.message || err}`);
});
// [END deidentify_date_shift]
// [END dlp_deidentify_date_shift]
}

function deidentifyWithFpe(
Expand Down Expand Up @@ -319,7 +319,7 @@ function deidentifyWithFpe(
.catch(err => {
console.log(`Error in deidentifyWithFpe: ${err.message || err}`);
});
// [END deidentify_fpe]
// [END dlp_deidentify_fpe]
}

function reidentifyWithFpe(
Expand Down

0 comments on commit 70f6429

Please sign in to comment.