Skip to content

Commit

Permalink
fix a warning
Browse files Browse the repository at this point in the history
* XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
  • Loading branch information
janusw committed May 20, 2024
1 parent b492d6d commit 9bffc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Plugin.BLE/Shared/Contracts/IBluetoothLE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public interface IBluetoothLE

/// <summary>
/// Try to set the state of the Bluetooth (on/off).
/// Supported on: Android & Windows.
/// Supported on Android and Windows.
/// </summary>
/// <param name="on"></param>
/// <returns>true if the the method executed with success otherwice false</returns>
Expand Down

0 comments on commit 9bffc3a

Please sign in to comment.