Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 29d4b11

Browse files
committed
Fixed small typo
1 parent 0adbf9a commit 29d4b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/camera/camera_platform_interface/lib/src/platform_interface/camera_platform.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ abstract class CameraPlatform extends PlatformInterface {
127127
///
128128
/// The supplied [zoom] value should be between 1.0 and the maximum supported
129129
/// zoom level returned by the `getMaxZoomLevel`. Throws an `CameraException`
130-
/// when an illegal zoom level is suplied.
130+
/// when an illegal zoom level is supplied.
131131
Future<void> setZoomLevel(int cameraId, double zoom) {
132132
throw UnimplementedError('setZoomLevel() is not implemented.');
133133
}

0 commit comments

Comments
 (0)