Skip to content

Commit

Permalink
chore: accept review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Xiaotian Gu <[email protected]>
  • Loading branch information
ajpinedam and Xiaoy312 authored Nov 22, 2024
1 parent 2f3f960 commit 3323156
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ namespace Uno.Gallery.Views.Samples
[SamplePage(
SampleCategory.NonUIFeatures,
"Simple Orientation",
Description = "This sensor detects the current quadrant orientation of the specified device as well as its face-up or face-down status.", DocumentationLink = "https://learn.microsoft.com/en-us/uwp/api/windows.devices.sensors.simpleorientationsensor")]
Description = "This sensor detects the current quadrant orientation of the specified device as well as its face-up or face-down status.",
DocumentationLink = "https://learn.microsoft.com/en-us/uwp/api/windows.devices.sensors.simpleorientationsensor")]
public sealed partial class SimpleOrientationSamplePage : Page
{
public SimpleOrientationSamplePage()
Expand Down

0 comments on commit 3323156

Please sign in to comment.