Skip to content

Commit 0e95ff7

Browse files
committed
Comment improvements.
1 parent 541a407 commit 0e95ff7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

nanoFramework.Aws.IoTCore.Devices/MqttConnectionClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace nanoFramework.Aws.IoTCore.Devices
2020
/// <seealso cref="https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Services/IotData/Generated/_netstandard/AmazonIotDataClient.cs"/>
2121
/// <seealso cref="https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/master/src"/>
2222
/// <seealso cref="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html"/>
23-
2423
public class MqttConnectionClient : IDisposable
2524
{
2625
/// <summary>

nanoFramework.Aws.IoTCore.Devices/Shadows/Shadow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace nanoFramework.Aws.IoTCore.Devices.Shadows
88
{
99
/// <summary>
1010
/// Shadow Representation.
11-
/// <cref="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-document.html"/>
11+
/// <see cref="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-document.html"/>
1212
/// </summary>
1313
public class Shadow
1414
{

0 commit comments

Comments
 (0)