Skip to content

Commit 8055338

Browse files
Witomir BadowskiTakashi Matsuo
authored andcommitted
Added semicolon at the end of the commented line with $path (GoogleCloudPlatform#539)
1 parent ce5dbea commit 8055338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/src/detect_text.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
use Google\Cloud\Vision\VisionClient;
2222

2323
// $projectId = 'YOUR_PROJECT_ID';
24-
// $path = 'path/to/your/image.jpg'
24+
// $path = 'path/to/your/image.jpg';
2525

2626
function detect_text($projectId, $path)
2727
{

0 commit comments

Comments
 (0)