Skip to content

Commit a550f59

Browse files
committed
2 parents 73f97b0 + dc8d6ec commit a550f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/android-snippets/app/src/main/java/com/google/example/mlkit/FaceDetectionActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private void detectFaces(InputImage image) {
5656

5757
// [START get_detector]
5858
FaceDetector detector = FaceDetection.getClient(options);
59-
// Or, to use the default option:
59+
// Or use the default options:
6060
// FaceDetector detector = FaceDetection.getClient();
6161
// [END get_detector]
6262

0 commit comments

Comments
 (0)