Skip to content

Commit bfbafa5

Browse files
daniel-sanchecallmehiphop
authored andcommitted
docs(samples): fix misleading comment (#304)
resolving b/131663796
1 parent f48d291 commit bfbafa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlp/inspect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async function inspectFile(
118118
// const callingProjectId = process.env.GCLOUD_PROJECT;
119119

120120
// The path to a local file to inspect. Can be a text, JPG, or PNG file.
121-
// const fileName = 'path/to/image.png';
121+
// const filepath = 'path/to/image.png';
122122

123123
// The minimum likelihood required before returning a match
124124
// const minLikelihood = 'LIKELIHOOD_UNSPECIFIED';

0 commit comments

Comments
 (0)