Skip to content

Commit dc8d6ec

Browse files
authored
Android code snippets : modify comment
1 parent 2710771 commit dc8d6ec

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)