Skip to content

Commit 824bc16

Browse files
committed
fix typo
1 parent 547e6ec commit 824bc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/mobile_scanner_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class MobileScannerController extends ValueNotifier<MobileScannerState> {
104104
/// Get the stream of scanned barcodes.
105105
///
106106
/// If an error occurred during the detection of a barcode,
107-
/// an [MobileScannerBarcodeException] error is emitted to the stream.
107+
/// a [MobileScannerBarcodeException] error is emitted to the stream.
108108
Stream<BarcodeCapture> get barcodes => _barcodesController.stream;
109109

110110
StreamSubscription<BarcodeCapture?>? _barcodesSubscription;

0 commit comments

Comments
 (0)