Skip to content

Commit 2217d08

Browse files
authored
Small error in the CameraViewDefaults API docs (#2735)
1 parent ecc51ed commit 2217d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommunityToolkit.Maui.Camera/Primitives/CameraViewDefaults.shared.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace CommunityToolkit.Maui.Core;
77

8-
/// <summary>Default Values for <see cref="ICameraView"/>"/></summary>
8+
/// <summary>Default Values for <see cref="ICameraView"/></summary>
99
[SupportedOSPlatform("windows10.0.10240.0")]
1010
[SupportedOSPlatform("android21.0")]
1111
[SupportedOSPlatform("ios")]
@@ -61,4 +61,4 @@ internal static ICommand CreateStopCameraPreviewCommand(BindableObject bindable)
6161
var cameraView = (CameraView)bindable;
6262
return new Command(_ => cameraView.StopCameraPreview());
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)