Skip to content

Commit

Permalink
typo in BarcodeScanningProcessor (firebase#495)
Browse files Browse the repository at this point in the history
Missed letter F in FirebaseVisionBarcode in comment
  • Loading branch information
sudarsangp authored and samtstern committed May 12, 2018
1 parent 8abf4bd commit 5a1ffb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public BarcodeScanningProcessor() {
// Note that if you know which format of barcode your app is dealing with, detection will be
// faster to specify the supported barcode formats one by one, e.g.
// new FirebaseVisionBarcodeDetectorOptions.Builder()
// .setBarcodeFormats(irebaseVisionBarcode.FORMAT_QR_CODE)
// .setBarcodeFormats(FirebaseVisionBarcode.FORMAT_QR_CODE)
// .build();
detector = FirebaseVision.getInstance().getVisionBarcodeDetector();
}
Expand Down

0 comments on commit 5a1ffb2

Please sign in to comment.