Skip to content

Commit

Permalink
Fix up weird character encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Jan 21, 2024
1 parent c121e09 commit d0e59a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Microsoft.Devices.Sensors
{
/// <summary>
/// Provides Android applications access to the devices accelerometer sensor.
/// Provides Android applications access to the device's accelerometer sensor.
/// </summary>
public sealed class Accelerometer : SensorBase<AccelerometerReading>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Microsoft.Devices.Sensors
{
/// <summary>
/// Provides Android applications access to the devices compass sensor.
/// Provides Android applications access to the device's compass sensor.
/// </summary>
public sealed class Compass : SensorBase<CompassReading>
{
Expand Down

0 comments on commit d0e59a4

Please sign in to comment.