Committed by
GitHub
Merge pull request #1024 from qwadrox/patch-1
docs: Typo in mobile_scanner_state.dart
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -38,7 +38,7 @@ class MobileScannerState { | @@ -38,7 +38,7 @@ class MobileScannerState { | ||
| 38 | /// The facing direction of the camera. | 38 | /// The facing direction of the camera. |
| 39 | final CameraFacing cameraDirection; | 39 | final CameraFacing cameraDirection; |
| 40 | 40 | ||
| 41 | - /// The error that occurred while setting up or using the canera. | 41 | + /// The error that occurred while setting up or using the camera. |
| 42 | final MobileScannerException? error; | 42 | final MobileScannerException? error; |
| 43 | 43 | ||
| 44 | /// Whether the mobile scanner has initialized successfully. | 44 | /// Whether the mobile scanner has initialized successfully. |
-
Please register or login to post a comment